Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
| 119 |
allow_flagging=False,
|
| 120 |
|
| 121 |
)
|
| 122 |
-
app.queue(max_size=20, concurrency_count=
|
|
|
|
| 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)
|