Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -72,4 +72,4 @@ file_translate = gr.Interface(
|
|
72 |
with demo:
|
73 |
gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
|
74 |
|
75 |
-
demo.launch()
|
|
|
72 |
with demo:
|
73 |
gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
|
74 |
|
75 |
+
demo.launch(debug=True)
|