Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,4 +19,4 @@ def predict(image):
|
|
| 19 |
|
| 20 |
import gradio as gr
|
| 21 |
|
| 22 |
-
gr.Interface(predict, gr.Image(type="pil"), "label").launch()
|
|
|
|
| 19 |
|
| 20 |
import gradio as gr
|
| 21 |
|
| 22 |
+
gr.Interface(predict, gr.Image(type="pil"), "label").queue(concurrency_count=2).launch()
|