Skip to content

Commit 7bef390

Browse files
Update app.py
1 parent 0ad11c4 commit 7bef390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,4 +752,4 @@ def process_video(video, source_language, target_language, use_wav2lip, whisper_
752752

753753
print("Launching Gradio interface...")
754754
demo.queue()
755-
demo.launch()
755+
demo.launch(share=True)

0 commit comments

Comments
 (0)