Update app.py
Browse files
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
|
|
|
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)
|