Spaces:
Running
on
Zero
Running
on
Zero
app launch
Browse files
app.py
CHANGED
|
@@ -243,4 +243,4 @@ with gr.Blocks() as app:
|
|
| 243 |
image.upload(fn=run_detection, inputs=inputs, outputs=outputs)
|
| 244 |
|
| 245 |
# Optional: queue to handle multiple users gracefully (tune as needed)
|
| 246 |
-
app.
|
|
|
|
| 243 |
image.upload(fn=run_detection, inputs=inputs, outputs=outputs)
|
| 244 |
|
| 245 |
# Optional: queue to handle multiple users gracefully (tune as needed)
|
| 246 |
+
app.launch()
|