Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -223,7 +223,7 @@ for ex_human in human_list_path:
|
|
223 |
##default human
|
224 |
|
225 |
|
226 |
-
image_blocks = gr.Blocks(theme=
|
227 |
with image_blocks as demo:
|
228 |
gr.HTML("<center><h1>Virtual Try-On</h1></center>")
|
229 |
gr.HTML("<center><p>Upload an image of a person and images of the clothes✨</p></center>")
|
|
|
223 |
##default human
|
224 |
|
225 |
|
226 |
+
image_blocks = gr.Blocks(theme="Nymbo/Alyx_Theme").queue()
|
227 |
with image_blocks as demo:
|
228 |
gr.HTML("<center><h1>Virtual Try-On</h1></center>")
|
229 |
gr.HTML("<center><p>Upload an image of a person and images of the clothes✨</p></center>")
|