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