Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +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 |
|
68 |
with gr.Row():
|
69 |
with gr.Column():
|
@@ -129,7 +136,7 @@ with gr.Blocks() as demo:
|
|
129 |
value=-1
|
130 |
)
|
131 |
|
132 |
-
generate_button = gr.Button("
|
133 |
|
134 |
# Set up the action for the button
|
135 |
generate_button.click(
|
|
|
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():
|
76 |
with gr.Column():
|
|
|
136 |
value=-1
|
137 |
)
|
138 |
|
139 |
+
generate_button = gr.Button("Try Outfit")
|
140 |
|
141 |
# Set up the action for the button
|
142 |
generate_button.click(
|