Ashed00 commited on
Commit
0f79fd5
·
verified ·
1 Parent(s): ee8769d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,4 +115,4 @@ with gr.Blocks() as demo:
115
  )
116
 
117
  if __name__ == "__main__":
118
- demo.launch(debug = True)
 
115
  )
116
 
117
  if __name__ == "__main__":
118
+ demo.launch(share = True, ssr_mode = False, )