FrostIce commited on
Commit
0b793d0
·
verified ·
1 Parent(s): 56dd095

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -84,5 +84,7 @@ with gr.Blocks(title="ESP Brain") as demo:
84
  if __name__ == "__main__":
85
  demo.queue()
86
  demo.launch(
 
 
87
  debug=True
88
  )
 
84
  if __name__ == "__main__":
85
  demo.queue()
86
  demo.launch(
87
+ share=True,
88
+ ssr_mode=False,
89
  debug=True
90
  )