Spaces:
Running
on
Zero
Running
on
Zero
update app (#1)
Browse files- update app (fcffc284d852d6bdbad891ed569bb4c8e9c3a55b)
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 |
|