Spaces:
Sleeping
Sleeping
Martin Tomov
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -252,4 +252,4 @@ with gr.Blocks() as demo:
|
|
252 |
|
253 |
submit_button.click(update_outputs, [image_input, include_json, include_bboxes], [annotated_output, json_output, crops_output])
|
254 |
|
255 |
-
demo.launch()
|
|
|
252 |
|
253 |
submit_button.click(update_outputs, [image_input, include_json, include_bboxes], [annotated_output, json_output, crops_output])
|
254 |
|
255 |
+
demo.launch()
|