Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -67,4 +67,4 @@ file_translate = gr.Interface(
|
|
67 |
with demo:
|
68 |
gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
|
69 |
|
70 |
-
demo.launch(
|
|
|
67 |
with demo:
|
68 |
gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
|
69 |
|
70 |
+
demo.launch()
|