Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,6 @@ interface = gr.Interface(fn=process_image,
|
|
52 |
inputs=[gr.Image(type="pil"), gr.Textbox(label="Please describe what you want to identify")],
|
53 |
outputs=[gr.Image(type="pil"), gr.Image(type="pil")],
|
54 |
title="Interactive demo: zero-shot image segmentation with CLIPSeg and inpainting with LAMA",
|
55 |
-
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."
|
56 |
-
examples=[["example_image.png", "wood"]])
|
57 |
|
58 |
interface.launch(debug=True)
|
|
|
52 |
inputs=[gr.Image(type="pil"), gr.Textbox(label="Please describe what you want to identify")],
|
53 |
outputs=[gr.Image(type="pil"), gr.Image(type="pil")],
|
54 |
title="Interactive demo: zero-shot image segmentation with CLIPSeg and inpainting with LAMA",
|
55 |
+
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.")
|
|
|
56 |
|
57 |
interface.launch(debug=True)
|