_Noxty
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -313,4 +313,4 @@ youtube_translator = gr.Interface(
|
|
313 |
description="Upload a video, choose a language to translate the audio, and download the processed video with translated audio."
|
314 |
)
|
315 |
|
316 |
-
gr.TabbedInterface([uploaded_translator, youtube_translator], ["Upload video from device", "YouTube URL"]).launch()
|
|
|
313 |
description="Upload a video, choose a language to translate the audio, and download the processed video with translated audio."
|
314 |
)
|
315 |
|
316 |
+
gr.TabbedInterface([uploaded_translator, youtube_translator], ["Upload video from device", "YouTube URL"]).launch(share=True)
|