Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -90,7 +90,7 @@ css="""
|
|
| 90 |
}
|
| 91 |
"""
|
| 92 |
|
| 93 |
-
with gr.Blocks(css=css) as demo:
|
| 94 |
|
| 95 |
with gr.Column(elem_id="col-container"):
|
| 96 |
gr.Markdown(f"""# **[Photo-Mate-i2i](https://huggingface.co/collections/prithivMLmods/i2i-kontext-exp-68ce573b5c0623476b636ec7)**
|
|
|
|
| 90 |
}
|
| 91 |
"""
|
| 92 |
|
| 93 |
+
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
| 94 |
|
| 95 |
with gr.Column(elem_id="col-container"):
|
| 96 |
gr.Markdown(f"""# **[Photo-Mate-i2i](https://huggingface.co/collections/prithivMLmods/i2i-kontext-exp-68ce573b5c0623476b636ec7)**
|