Spaces:
Runtime error
Runtime error
fixed block.launch indentation
#9
by
teenaxta
- opened
app.py
CHANGED
@@ -334,4 +334,4 @@ with block:
|
|
334 |
run_button.click(fn=run_grounded_sam, inputs=[
|
335 |
input_image, text_prompt, task_type, inpaint_prompt, box_threshold, text_threshold, iou_threshold, inpaint_mode], outputs=gallery)
|
336 |
|
337 |
-
|
|
|
334 |
run_button.click(fn=run_grounded_sam, inputs=[
|
335 |
input_image, text_prompt, task_type, inpaint_prompt, box_threshold, text_threshold, iou_threshold, inpaint_mode], outputs=gallery)
|
336 |
|
337 |
+
block.launch(debug=args.debug, share=args.share, show_error=True)
|