Spaces:
Runtime error
Runtime error
masonadams22
commited on
Commit
•
c7f4842
1
Parent(s):
0aa0a5b
Update app.py
Browse files
app.py
CHANGED
@@ -69,4 +69,4 @@ file_translate = gr.Interface(
|
|
69 |
with demo:
|
70 |
gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
|
71 |
|
72 |
-
demo.launch(
|
|
|
69 |
with demo:
|
70 |
gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
|
71 |
|
72 |
+
demo.launch()
|