Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -333,4 +333,4 @@ if __name__ == "__main__":
|
|
333 |
run_button.click(fn=run_grounded_sam, inputs=[
|
334 |
input_image, text_prompt, task_type, inpaint_prompt, box_threshold, text_threshold, iou_threshold, inpaint_mode], outputs=gallery)
|
335 |
|
336 |
-
block.launch(debug=args.debug,
|
|
|
333 |
run_button.click(fn=run_grounded_sam, inputs=[
|
334 |
input_image, text_prompt, task_type, inpaint_prompt, box_threshold, text_threshold, iou_threshold, inpaint_mode], outputs=gallery)
|
335 |
|
336 |
+
block.launch(debug=args.debug, show_error=True)
|