Spaces:
Runtime error
Runtime error
fix: gradio fixes
Browse files
app.py
CHANGED
@@ -90,4 +90,4 @@ file_transcribe = gr.Interface(
|
|
90 |
with demo:
|
91 |
gr.TabbedInterface([mic_transcribe, file_transcribe], ["Transcribe Microphone", "Transcribe Audio File"])
|
92 |
|
93 |
-
demo.launch()
|
|
|
90 |
with demo:
|
91 |
gr.TabbedInterface([mic_transcribe, file_transcribe], ["Transcribe Microphone", "Transcribe Audio File"])
|
92 |
|
93 |
+
demo.launch(debug=False)
|