Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ file_translate = gr.Interface(
|
|
82 |
with demo:
|
83 |
gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
|
84 |
|
85 |
-
demo.launch(
|
86 |
|
87 |
|
88 |
|
|
|
82 |
with demo:
|
83 |
gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
|
84 |
|
85 |
+
demo.launch()
|
86 |
|
87 |
|
88 |
|