atereoyinn commited on
Commit
f80f102
1 Parent(s): 7a56ff8

removed timeout

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