fixed block.launch indentation

#9
Files changed (1) hide show
  1. app.py +1 -1
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
- block.launch(debug=args.debug, share=args.share, show_error=True)
 
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)