Spaces:
Build error
Build error
Commit
·
226abad
1
Parent(s):
fbd1328
Update app.py
Browse files
app.py
CHANGED
@@ -71,4 +71,4 @@ file_translate = gr.Interface(
|
|
71 |
with demo:
|
72 |
gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
|
73 |
|
74 |
-
demo.launch(
|
|
|
71 |
with demo:
|
72 |
gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
|
73 |
|
74 |
+
demo.launch()
|