Update app.py
Browse files
app.py
CHANGED
|
@@ -54,4 +54,4 @@ file_translate = gr.Interface(
|
|
| 54 |
with demo:
|
| 55 |
gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
|
| 56 |
|
| 57 |
-
demo.launch(
|
|
|
|
| 54 |
with demo:
|
| 55 |
gr.TabbedInterface([mic_translate, file_translate], ["Microphone", "Audio File"])
|
| 56 |
|
| 57 |
+
demo.launch(share=True)
|