fabiolamp commited on
Commit
fd95803
·
verified ·
1 Parent(s): d5ba744

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ def run():
95
 
96
  btn.click(run_infrence, inputs=[input_image, input_audio, input_text], outputs=[video_out])
97
  demo.queue()
98
- demo.launch(server_name="0.0.0.0", server_port=7860)
99
 
100
 
101
  if __name__ == "__main__":
 
95
 
96
  btn.click(run_infrence, inputs=[input_image, input_audio, input_text], outputs=[video_out])
97
  demo.queue()
98
+ demo.launch(server_name="0.0.0.0", server_port=7860, share=True)
99
 
100
 
101
  if __name__ == "__main__":