Spaces:
Sleeping
Sleeping
update app.py
Browse files
app.py
CHANGED
@@ -76,4 +76,4 @@ file_translate = gr.Interface(
|
|
76 |
with demo:
|
77 |
gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
|
78 |
|
79 |
-
demo.launch(
|
|
|
76 |
with demo:
|
77 |
gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
|
78 |
|
79 |
+
demo.launch()
|