prithivMLmods commited on
Commit
b222df2
·
verified ·
1 Parent(s): e50258a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
109
 
110
  with gr.Column(elem_id="col-container"):
111
  gr.Markdown(f"""# **[Photo-Mate-i2i](https://huggingface.co/collections/prithivMLmods/i2i-kontext-exp-68ce573b5c0623476b636ec7)**
112
- Image manipulation with FLUX.1 Kontext adapters""")
113
  with gr.Row():
114
  with gr.Column():
115
  input_image = gr.Image(label="Image [PIL]", type="pil", height="300")
 
109
 
110
  with gr.Column(elem_id="col-container"):
111
  gr.Markdown(f"""# **[Photo-Mate-i2i](https://huggingface.co/collections/prithivMLmods/i2i-kontext-exp-68ce573b5c0623476b636ec7)**
112
+ Image manipulation with FLUX.1 Kontext adapters. [How to Use](https://huggingface.co/spaces/prithivMLmods/Photo-Mate-i2i/discussions/2)""")
113
  with gr.Row():
114
  with gr.Column():
115
  input_image = gr.Image(label="Image [PIL]", type="pil", height="300")