vitaliy-sharandin commited on
Commit
94185cd
·
1 Parent(s): 3fd57b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -289,4 +289,4 @@ gr.Interface(fn=translate_video,
289
  outputs=outputs,
290
  title="🌐AI Video Translation",
291
  theme=gr.themes.Base()
292
- ).launch(show_error=True, debug=True)
 
289
  outputs=outputs,
290
  title="🌐AI Video Translation",
291
  theme=gr.themes.Base()
292
+ ).launch(show_error=True, debug=True, share=True)