atereoyinn commited on
Commit
cd3bfde
1 Parent(s): 7370511

modified the demo.launch

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -209,5 +209,6 @@ with demo:
209
  outputs=gr.File(label="Download CSV")
210
  )
211
 
212
- demo.launch()
 
213
 
 
209
  outputs=gr.File(label="Download CSV")
210
  )
211
 
212
+ demo.launch(show_api=False, enable_queue=False, max_timeout=300)
213
+
214