Tonic commited on
Commit
096fae2
·
verified ·
1 Parent(s): ba82651

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,4 +152,4 @@ with gr.Blocks() as demo:
152
 
153
  # Launch the demo
154
  if __name__ == "__main__":
155
- demo.launch()
 
152
 
153
  # Launch the demo
154
  if __name__ == "__main__":
155
+ demo.launch(ssr=False)