Update app.py
Browse files
app.py
CHANGED
|
@@ -192,4 +192,4 @@ with gr.Blocks(analytics_enabled=False) as demo:
|
|
| 192 |
with gr.Row():
|
| 193 |
gr.Examples(examples=get_examples(), inputs=[source_image, driven_audio, preprocess_type, is_still_mode, enhancer], outputs=[gen_video], fn=generate_video)
|
| 194 |
|
| 195 |
-
demo.launch(debug=True, server_name="0.0.0.0", server_port=
|
|
|
|
| 192 |
with gr.Row():
|
| 193 |
gr.Examples(examples=get_examples(), inputs=[source_image, driven_audio, preprocess_type, is_still_mode, enhancer], outputs=[gen_video], fn=generate_video)
|
| 194 |
|
| 195 |
+
demo.launch(debug=True, server_name="0.0.0.0", server_port=7860)
|