prithivMLmods commited on
Commit
bd53067
·
verified ·
1 Parent(s): 1643a94
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -108,7 +108,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
108
 
109
  with gr.Column(elem_id="col-container"):
110
  gr.Markdown(f"""# **[Photo-Mate-i2i](https://huggingface.co/collections/prithivMLmods/i2i-kontext-exp-68ce573b5c0623476b636ec7)**
111
- Image manipulation with Kontext adapters""")
112
  with gr.Row():
113
  with gr.Column():
114
  input_image = gr.Image(label="Upload the image for editing", type="pil", height="300")
@@ -160,7 +160,8 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
160
  choices=["PhotoCleanser", "PhotoRestorer", "PolaroidWarm", "MonochromePencil"],
161
  value="PhotoCleanser"
162
  )
163
-
 
164
  with gr.Row():
165
  upscale_checkbox = gr.Checkbox(label="Upscale the final image", value=False)
166
 
 
108
 
109
  with gr.Column(elem_id="col-container"):
110
  gr.Markdown(f"""# **[Photo-Mate-i2i](https://huggingface.co/collections/prithivMLmods/i2i-kontext-exp-68ce573b5c0623476b636ec7)**
111
+ Image manipulation with FLUX.1 Kontext adapters""")
112
  with gr.Row():
113
  with gr.Column():
114
  input_image = gr.Image(label="Upload the image for editing", type="pil", height="300")
 
160
  choices=["PhotoCleanser", "PhotoRestorer", "PolaroidWarm", "MonochromePencil"],
161
  value="PhotoCleanser"
162
  )
163
+
164
+ #AuraSR Upscale
165
  with gr.Row():
166
  upscale_checkbox = gr.Checkbox(label="Upscale the final image", value=False)
167