zuri-technical commited on
Commit
851f0d3
·
verified ·
1 Parent(s): 706b853

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -63,13 +63,14 @@ def generate_outfit(model_image, garment_image, n_samples=1, n_steps=20, image_s
63
 
64
  # Create Gradio interface
65
  with gr.Blocks() as demo:
66
- # gr.Markdown("""""")
67
  gr.Markdown("""
68
  ## Outfit Diffusion - Try On Virtual Outfits
69
 
70
- ⚠️ **Note**: You need to **Select** or **Upload** your model,
71
- - followed by **Selecting** or **Uploading** the garment you want to try-on.
72
  - Next click Try Outfit button and wait
 
 
73
  """)
74
 
75
  with gr.Row():
 
63
 
64
  # Create Gradio interface
65
  with gr.Blocks() as demo:
 
66
  gr.Markdown("""
67
  ## Outfit Diffusion - Try On Virtual Outfits
68
 
69
+ ⚠️ **Note**: You need to **Select** or **Upload** your model:
70
+ - Followed by **Selecting** or **Uploading** the garment you want to try-on.
71
  - Next click Try Outfit button and wait
72
+
73
+
74
  """)
75
 
76
  with gr.Row():