harshkidzure commited on
Commit
8285cf0
·
verified ·
1 Parent(s): fab0819

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, share=args.share, show_error=True)
 
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)