IFMedTechdemo commited on
Commit
29e1a34
·
verified ·
1 Parent(s): 2a9c9de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -84,11 +84,10 @@ example_images = [
84
  with gr.Blocks(css="footer {visibility: hidden}") as demo:
85
  gr.Markdown(
86
  """
87
- # Qwen Image Edit Plus (Optimized)
88
 
89
  Upload two images and describe how you want them combined or edited together.
90
 
91
- [Built with anycoder](https://huggingface.co/spaces/akhaliq/anycoder)
92
  """
93
  )
94
 
 
84
  with gr.Blocks(css="footer {visibility: hidden}") as demo:
85
  gr.Markdown(
86
  """
87
+ # Image Edit
88
 
89
  Upload two images and describe how you want them combined or edited together.
90
 
 
91
  """
92
  )
93