oberbics commited on
Commit
7e99353
·
verified ·
1 Parent(s): f08bea0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,4 +25,4 @@ with gr.Blocks() as demo:
25
  print("✅ Button click event bound!")
26
 
27
  if __name__ == "__main__":
28
- demo.launch(ssr=False)
 
25
  print("✅ Button click event bound!")
26
 
27
  if __name__ == "__main__":
28
+ demo.launch(debug=True)