nikkar commited on
Commit
737c008
1 Parent(s): 96c61cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -115,8 +115,8 @@ app = gr.Interface(
115
  [ paragliding, 10, 0, False, False ],
116
  [ paragliding_launch, 10, 0, False, False ],
117
  ],
118
- cache_examples=False,
119
  allow_flagging=False,
120
 
121
  )
122
- app.queue(max_size=20, concurrency_count=1).launch(debug=True)
 
115
  [ paragliding, 10, 0, False, False ],
116
  [ paragliding_launch, 10, 0, False, False ],
117
  ],
118
+ cache_examples=True,
119
  allow_flagging=False,
120
 
121
  )
122
+ app.queue(max_size=20, concurrency_count=2).launch(debug=True)