ysharma HF Staff commited on
Commit
9a169ab
·
verified ·
1 Parent(s): a29afae

Update src/app.py

Browse files
Files changed (1) hide show
  1. src/app.py +1 -1
src/app.py CHANGED
@@ -253,4 +253,4 @@ with gr.Blocks() as demo:
253
  )
254
 
255
  if __name__ == "__main__":
256
- demo.launch(debug=False)
 
253
  )
254
 
255
  if __name__ == "__main__":
256
+ demo.launch(ssr_mode=False)