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