akshayvkt commited on
Commit
f8dc62d
·
1 Parent(s): b7ba18c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def transcribe(audio):
57
  else:
58
  print(f"Error: {response.status_code} - {response.reason}")
59
 
60
- IPython.display.display(IPython.display.Audio('output.wav'))
61
 
62
  # Generate a chat transcript for display in the Gradio UI
63
  chat_transcript = ""
 
57
  else:
58
  print(f"Error: {response.status_code} - {response.reason}")
59
 
60
+ # IPython.display.display(IPython.display.Audio('output.wav'))
61
 
62
  # Generate a chat transcript for display in the Gradio UI
63
  chat_transcript = ""