Vnmrsharma commited on
Commit
4f9e375
·
verified ·
1 Parent(s): 857b096

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,4 +143,4 @@ def build_interface():
143
 
144
  # Launch the app with SSR and async queue disabled to prevent file timeouts
145
  demo_app = build_interface()
146
- demo_app.launch(ssr=False, enable_queue=False)
 
143
 
144
  # Launch the app with SSR and async queue disabled to prevent file timeouts
145
  demo_app = build_interface()
146
+ demo_app.launch()