wangmengchao commited on
Commit
9cb4b03
·
1 Parent(s): 5749b06
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -314,4 +314,4 @@ with gr.Blocks(title="FantasyTalking Video Generation") as demo:
314
  )
315
 
316
  if __name__ == "__main__":
317
- demo.launch(inbrowser=True, share=True)
 
314
  )
315
 
316
  if __name__ == "__main__":
317
+ demo.launch(ssr_mode=False)