Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
|
@@ -259,7 +259,7 @@ for ex_human in human_list_path:
|
|
| 259 |
|
| 260 |
|
| 261 |
image_blocks = gr.Blocks().queue()
|
| 262 |
-
with image_blocks as demo:
|
| 263 |
gr.Markdown("## Virtual Try-On πππ")
|
| 264 |
gr.Markdown("Upload an image of a person and an image of a garment β¨.")
|
| 265 |
with gr.Row():
|
|
|
|
| 259 |
|
| 260 |
|
| 261 |
image_blocks = gr.Blocks().queue()
|
| 262 |
+
with image_blocks(theme="Nymbo/Alyx_Theme) as demo:
|
| 263 |
gr.Markdown("## Virtual Try-On πππ")
|
| 264 |
gr.Markdown("Upload an image of a person and an image of a garment β¨.")
|
| 265 |
with gr.Row():
|