Spaces:
doevent
/
Running on Zero

ohayonguy commited on
Commit
9a7cbfe
1 Parent(s): 074436e

trying to fix app

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -163,4 +163,5 @@ demo = gr.Interface(
163
  )
164
 
165
 
166
- demo.queue(max_size=20).launch()
 
 
163
  )
164
 
165
 
166
+ demo.queue()
167
+ demo.launch(state_session_capacity=15)