Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -96,7 +96,7 @@ css="""
|
|
| 96 |
with gr.Blocks(css=css, theme="YTheme/Minecraft") as demo:
|
| 97 |
|
| 98 |
with gr.Column(elem_id="col-container"):
|
| 99 |
-
gr.Markdown(f"""# **Photo-Mate-i2i**
|
| 100 |
Image manipulation with Kontext adapters""")
|
| 101 |
with gr.Row():
|
| 102 |
with gr.Column():
|
|
@@ -139,7 +139,7 @@ with gr.Blocks(css=css, theme="YTheme/Minecraft") as demo:
|
|
| 139 |
)
|
| 140 |
|
| 141 |
with gr.Column():
|
| 142 |
-
result = gr.Image(label="Result", show_label=False, interactive=False)
|
| 143 |
reuse_button = gr.Button("Reuse this image", visible=False)
|
| 144 |
|
| 145 |
|
|
|
|
| 96 |
with gr.Blocks(css=css, theme="YTheme/Minecraft") as demo:
|
| 97 |
|
| 98 |
with gr.Column(elem_id="col-container"):
|
| 99 |
+
gr.Markdown(f"""# **[Photo-Mate-i2i](https://huggingface.co/collections/prithivMLmods/i2i-kontext-exp-68ce573b5c0623476b636ec7)**
|
| 100 |
Image manipulation with Kontext adapters""")
|
| 101 |
with gr.Row():
|
| 102 |
with gr.Column():
|
|
|
|
| 139 |
)
|
| 140 |
|
| 141 |
with gr.Column():
|
| 142 |
+
result = gr.Image(label="Result", show_label=False, interactive=False, format="png")
|
| 143 |
reuse_button = gr.Button("Reuse this image", visible=False)
|
| 144 |
|
| 145 |
|