Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
@@ -98,5 +98,5 @@ file_translate = gr.Interface(
|
|
98 |
with demo:
|
99 |
gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "File"])
|
100 |
|
101 |
-
demo.launch()
|
102 |
|
|
|
98 |
with demo:
|
99 |
gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "File"])
|
100 |
|
101 |
+
demo.launch(share=True)
|
102 |
|