Spaces:
Runtime error
Runtime error
change theme
Browse files
app.py
CHANGED
|
@@ -258,9 +258,9 @@ for ex_human in human_list_path:
|
|
| 258 |
##default human
|
| 259 |
|
| 260 |
|
| 261 |
-
image_blocks = gr.Blocks(theme=
|
| 262 |
with image_blocks as demo:
|
| 263 |
-
gr.HTML("<center><h1>Virtual Try-On</h1></center>")
|
| 264 |
gr.HTML("<center><p>Upload an image of a person and an image of a garment ✨</p></center>")
|
| 265 |
with gr.Row():
|
| 266 |
with gr.Column():
|
|
|
|
| 258 |
##default human
|
| 259 |
|
| 260 |
|
| 261 |
+
image_blocks = gr.Blocks(theme=gr.themes.Soft()).queue()
|
| 262 |
with image_blocks as demo:
|
| 263 |
+
gr.HTML("<center><h1>Virtual Try-On Demo based on IDM-VTON</h1></center>")
|
| 264 |
gr.HTML("<center><p>Upload an image of a person and an image of a garment ✨</p></center>")
|
| 265 |
with gr.Row():
|
| 266 |
with gr.Column():
|