Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -257,4 +257,4 @@ file_translate = gr.Interface(
|
|
257 |
with demo:
|
258 |
gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
|
259 |
|
260 |
-
demo.launch()
|
|
|
257 |
with demo:
|
258 |
gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
|
259 |
|
260 |
+
demo.launch(share=True)
|