Yuanshi commited on
Commit
24cb1a8
·
verified ·
1 Parent(s): 46fd9d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -234,4 +234,4 @@ if USE_ZERO_GPU:
234
 
235
  if __name__ == "__main__":
236
  demo = gradio_interface()
237
- demo.launch(server_name="0.0.0.0")
 
234
 
235
  if __name__ == "__main__":
236
  demo = gradio_interface()
237
+ demo.launch(server_name="0.0.0.0", ssr_mode=False)