Update app.py
Browse files
app.py
CHANGED
@@ -350,10 +350,10 @@ with gr.Blocks() as app:
|
|
350 |
with gr.Row():
|
351 |
with gr.Group():
|
352 |
structure_image = gr.Image(
|
353 |
-
label="Your Photo",
|
354 |
-
type="filepath"
|
355 |
-
info="Upload a full-body photo of yourself"
|
356 |
)
|
|
|
357 |
depth_strength = gr.Slider(
|
358 |
minimum=0,
|
359 |
maximum=50,
|
@@ -363,9 +363,9 @@ with gr.Blocks() as app:
|
|
363 |
with gr.Group():
|
364 |
style_image = gr.Image(
|
365 |
label="Clothing Item",
|
366 |
-
type="filepath"
|
367 |
-
info="Upload the clothing item you want to try on"
|
368 |
)
|
|
|
369 |
style_strength = gr.Slider(
|
370 |
minimum=0,
|
371 |
maximum=1,
|
|
|
350 |
with gr.Row():
|
351 |
with gr.Group():
|
352 |
structure_image = gr.Image(
|
353 |
+
label="Your Photo (Full-body)",
|
354 |
+
type="filepath"
|
|
|
355 |
)
|
356 |
+
gr.Markdown("*Upload a clear, well-lit full-body photo*")
|
357 |
depth_strength = gr.Slider(
|
358 |
minimum=0,
|
359 |
maximum=50,
|
|
|
363 |
with gr.Group():
|
364 |
style_image = gr.Image(
|
365 |
label="Clothing Item",
|
366 |
+
type="filepath"
|
|
|
367 |
)
|
368 |
+
gr.Markdown("*Upload the clothing item you want to try on*")
|
369 |
style_strength = gr.Slider(
|
370 |
minimum=0,
|
371 |
maximum=1,
|