Spaces:
Nymbo
/
Runtime error

Nymbo commited on
Commit
aaa3ce2
Β·
verified Β·
1 Parent(s): a85e4d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -258,7 +258,7 @@ for ex_human in human_list_path:
258
  ##default human
259
 
260
 
261
- image_blocks = gr.Blocks().queue()
262
  with image_blocks as demo:
263
  gr.Markdown("## IDM-VTON πŸ‘•πŸ‘”πŸ‘š")
264
  gr.Markdown("Virtual Try-on with your image and garment image. Check out the [source codes](https://github.com/yisol/IDM-VTON) and the [model](https://huggingface.co/yisol/IDM-VTON)")
 
258
  ##default human
259
 
260
 
261
+ image_blocks = gr.Blocks(theme="Nymbo/Alyx_Theme").queue()
262
  with image_blocks as demo:
263
  gr.Markdown("## IDM-VTON πŸ‘•πŸ‘”πŸ‘š")
264
  gr.Markdown("Virtual Try-on with your image and garment image. Check out the [source codes](https://github.com/yisol/IDM-VTON) and the [model](https://huggingface.co/yisol/IDM-VTON)")