Spaces:
Runtime error
Runtime error
Martin Tomov
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -256,4 +256,4 @@ with gr.Blocks() as demo:
|
|
| 256 |
|
| 257 |
submit_button.click(update_outputs, [image_input, include_json, include_bboxes], [annotated_output, json_output, crops_output])
|
| 258 |
|
| 259 |
-
demo.launch
|
|
|
|
| 256 |
|
| 257 |
submit_button.click(update_outputs, [image_input, include_json, include_bboxes], [annotated_output, json_output, crops_output])
|
| 258 |
|
| 259 |
+
demo.launch
|