turtle170 commited on
Commit
6485ddb
·
verified ·
1 Parent(s): 5079185

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -294,4 +294,4 @@ with gr.Blocks(title="ZeroEngine-Backend", theme=gr.themes.Monochrome()) as demo
294
  stats_btn.click(get_cache_stats, None, [stats_output])
295
 
296
  if __name__ == "__main__":
297
- demo.launch(server_name="0.0.0.0", server_port=7860)
 
294
  stats_btn.click(get_cache_stats, None, [stats_output])
295
 
296
  if __name__ == "__main__":
297
+ demo.launch(server_name="0.0.0.0", server_port=7860, ssr_mode=False, share = True)