Spaces:
Running
Running
Update app.py
Browse files
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 = ""
|