xiaoyao9184 commited on
Commit
4c082ce
·
verified ·
1 Parent(s): 6682478

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -124,4 +124,4 @@ with gr.Blocks(title="Image Faulty Demo") as demo:
124
  )
125
 
126
  if __name__ == '__main__':
127
- demo.launch(server_name="0.0.0.0", server_port=7860, mcp_server=True)
 
124
  )
125
 
126
  if __name__ == '__main__':
127
+ demo.launch(server_name="0.0.0.0", server_port=7860, mcp_server=True, ssr_mode=False)