Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -214,4 +214,4 @@ with gr.Blocks(analytics_enabled=False) as demo:
|
|
214 |
gr.Examples(examples=get_examples(), inputs=[source_image, driven_audio, preprocess_type, is_still_mode, enhancer],
|
215 |
outputs=[gen_video], fn=generate_video)
|
216 |
|
217 |
-
demo.launch(
|
|
|
214 |
gr.Examples(examples=get_examples(), inputs=[source_image, driven_audio, preprocess_type, is_still_mode, enhancer],
|
215 |
outputs=[gen_video], fn=generate_video)
|
216 |
|
217 |
+
demo.launch(share=True)
|