Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
@@ -79,4 +79,4 @@ file_translate = gr.Interface(
|
|
79 |
with demo:
|
80 |
gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
|
81 |
|
82 |
-
demo.launch(share=
|
|
|
79 |
with demo:
|
80 |
gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
|
81 |
|
82 |
+
demo.launch(share=False, debug=False)
|