Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Jithsaavvy committed Aug 24, 2022
2 parents f961a6f + 64bcb8c commit 8d06542
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ def transcribe():
"""

recognized_keyword = ""
redirect(request.url)

if request.method == "POST":
audio_file = request.files["file"]
if audio_file.filename == "":
Expand Down Expand Up @@ -75,4 +73,4 @@ def transcribe():
)

if __name__ == "__main__":
app.run(debug=False)
app.run(debug=False)

0 comments on commit 8d06542

Please sign in to comment.