Nymbo commited on
Commit
04af7d5
β€’
1 Parent(s): 94917b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -260,7 +260,7 @@ for ex_human in human_list_path:
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():
@@ -309,4 +309,4 @@ with image_blocks as demo:
309
 
310
 
311
 
312
- image_blocks.launch()
 
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():
 
309
 
310
 
311
 
312
+ image_blocks.launch()