gaur3009 commited on
Commit
a57237e
·
verified ·
1 Parent(s): 075527f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 using multimodalart/cosxl",
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