cmahima commited on
Commit
6ae7a66
1 Parent(s): 8370354

change theme

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="Nymbo/Alyx_Theme").queue()
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():