NikhilJoson commited on
Commit
5f223b5
·
verified ·
1 Parent(s): c2b01a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=gr.themes.Ocean()).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>")
 
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>")