Spaces:
Running
Running
Update app.py
Browse files
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 |
-
-
|
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():
|