zhuhai111 commited on
Commit
5ef0bd6
·
verified ·
1 Parent(s): 1825c90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -795,5 +795,6 @@ if __name__ == "__main__":
795
  server_name="0.0.0.0",
796
  server_port=7860,
797
  share=False, # Hugging Face Spaces 已经提供了公开访问
798
- debug=False
 
799
  )
 
795
  server_name="0.0.0.0",
796
  server_port=7860,
797
  share=False, # Hugging Face Spaces 已经提供了公开访问
798
+ debug=False,
799
+ ssr_mode=False
800
  )