Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -292,4 +292,4 @@ with block:
|
|
292 |
run_button_vis.click(fn=vis_selected, inputs=[input_image, img_input_coords], outputs=[selected_gallery], show_progress=True, queue=True)
|
293 |
relate_selected_button.click(fn=relate_selected, inputs=[input_image, k, img_input_coords], outputs=[image_gallery], show_progress=True, queue=True)
|
294 |
|
295 |
-
block.launch(
|
|
|
292 |
run_button_vis.click(fn=vis_selected, inputs=[input_image, img_input_coords], outputs=[selected_gallery], show_progress=True, queue=True)
|
293 |
relate_selected_button.click(fn=relate_selected, inputs=[input_image, k, img_input_coords], outputs=[image_gallery], show_progress=True, queue=True)
|
294 |
|
295 |
+
block.launch()
|