Spaces:
Running
Running
Update app.py
Browse files
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__":
|