Update app.py
Browse files
app.py
CHANGED
@@ -260,10 +260,9 @@ for ex_human in human_list_path:
|
|
260 |
##default human
|
261 |
|
262 |
|
263 |
-
image_blocks = gr.Blocks().queue()
|
264 |
with image_blocks as demo:
|
265 |
-
|
266 |
-
# gr.Markdown("Virtual Try-on with your image and garment image.")
|
267 |
|
268 |
with gr.Row():
|
269 |
with gr.Column():
|
|
|
260 |
##default human
|
261 |
|
262 |
|
263 |
+
image_blocks = gr.Blocks(theme="Nymbo/Nymbo_Theme").queue()
|
264 |
with image_blocks as demo:
|
265 |
+
|
|
|
266 |
|
267 |
with gr.Row():
|
268 |
with gr.Column():
|