antoyo123 commited on
Commit
61bdd6d
1 Parent(s): e472888

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,4 +62,4 @@ interface = gr.Interface(fn=process_image,
62
  title="Interactive demo: zero-shot image segmentation with CLIPSeg and inpainting with LAMA",
63
  description="Demo for using CLIPSeg and LAMA to perform zero- and one-shot image segmentation and inpainting. To use it, simply upload an image and add a text to mask (identify in the image), or use one of the examples below and click 'submit'. Results will show up in a few seconds.")
64
 
65
- interface.launch(debug=True, share=True)
 
62
  title="Interactive demo: zero-shot image segmentation with CLIPSeg and inpainting with LAMA",
63
  description="Demo for using CLIPSeg and LAMA to perform zero- and one-shot image segmentation and inpainting. To use it, simply upload an image and add a text to mask (identify in the image), or use one of the examples below and click 'submit'. Results will show up in a few seconds.")
64
 
65
+ interface.launch(debug=True)