Rebecasarai commited on
Commit
44779c3
·
verified ·
1 Parent(s): 68ed2bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -260,8 +260,8 @@ for ex_human in human_list_path:
260
 
261
  image_blocks = gr.Blocks().queue()
262
  with image_blocks as demo:
263
- gr.Markdown("# Virtual Try-On (Hiberus)")
264
- gr.Markdown("##¡Prueba prendas de forma instantanea!")
265
  with gr.Row():
266
  with gr.Column():
267
  imgs = gr.ImageEditor(sources=['upload', 'webcam'], type="pil", label='Human. Mask with pen or use auto-masking', interactive=True)
 
260
 
261
  image_blocks = gr.Blocks().queue()
262
  with image_blocks as demo:
263
+ gr.Markdown("<h1 style='text-align: center;'>Virtual Try-On (Hiberus)</h1>")
264
+ gr.Markdown("<h2 style='text-align: center;'>¡Prueba prendas de forma instantanea!</h2>")
265
  with gr.Row():
266
  with gr.Column():
267
  imgs = gr.ImageEditor(sources=['upload', 'webcam'], type="pil", label='Human. Mask with pen or use auto-masking', interactive=True)