Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -317,4 +317,5 @@ with gr.Blocks(title="FantasyTalking Video Generation") as demo:
|
|
317 |
)
|
318 |
|
319 |
if __name__ == "__main__":
|
320 |
-
demo.launch(ssr_mode=False)
|
|
|
|
317 |
)
|
318 |
|
319 |
if __name__ == "__main__":
|
320 |
+
#demo.launch(ssr_mode=False)
|
321 |
+
demo.launch(share = True)
|