Spaces:
Runtime error
Runtime error
Ubuntu
commited on
Commit
·
a0c3996
1
Parent(s):
ff24b33
changed name
Browse files
app.py
CHANGED
|
@@ -130,7 +130,7 @@ a:hover {
|
|
| 130 |
with gr.Blocks(css=css) as demo:
|
| 131 |
with gr.Column(elem_id="col-container"):
|
| 132 |
# Add company logo
|
| 133 |
-
gr.Image(elem_id="logo", value="https://framerusercontent.com/images/SE8ziToAc9ZZbRn4vi4WVybvt0.svg?scale-down-to=512", show_label=False, show_download_button=False, show_fullscreen_button=False)
|
| 134 |
gr.Markdown("# AYNA 1.0", elem_id="title")
|
| 135 |
gr.Markdown('Introducing our first groundbreaking virtual try-on model series, kicking off with **AYNA 1.0**. [Discover more about Ayna here](https://www.getayna.com/) and step into the future of personalized fashion.', elem_id="title")
|
| 136 |
|
|
|
|
| 130 |
with gr.Blocks(css=css) as demo:
|
| 131 |
with gr.Column(elem_id="col-container"):
|
| 132 |
# Add company logo
|
| 133 |
+
gr.Image(elem_id="logo", value="https://framerusercontent.com/images/SE8ziToAc9ZZbRn4vi4WVybvt0.svg?scale-down-to=512", show_label=False, show_download_button=False, show_fullscreen_button=False, show_share_button=False)
|
| 134 |
gr.Markdown("# AYNA 1.0", elem_id="title")
|
| 135 |
gr.Markdown('Introducing our first groundbreaking virtual try-on model series, kicking off with **AYNA 1.0**. [Discover more about Ayna here](https://www.getayna.com/) and step into the future of personalized fashion.', elem_id="title")
|
| 136 |
|