Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ interface = gr.Interface(
|
|
33 |
gr.Textbox(label="Prompt", placeholder="Describe what to edit")
|
34 |
],
|
35 |
outputs=gr.Image(label="Edited Image"),
|
36 |
-
title="Image Editor
|
37 |
description="Uses Hugging Face model for real image editing based on prompt."
|
38 |
)
|
39 |
|
|
|
33 |
gr.Textbox(label="Prompt", placeholder="Describe what to edit")
|
34 |
],
|
35 |
outputs=gr.Image(label="Edited Image"),
|
36 |
+
title="Image Editor",
|
37 |
description="Uses Hugging Face model for real image editing based on prompt."
|
38 |
)
|
39 |
|