Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -306,7 +306,7 @@ with gr.Blocks(title="Style Mixing for Clothing Design") as iface:
|
|
| 306 |
image1_input = gr.Image(label="First Clothing Image", type="filepath")
|
| 307 |
image2_input = gr.Image(label="Second Clothing Image", type="filepath")
|
| 308 |
|
| 309 |
-
mix_slider = gr.Slider(label="Style Mixing Strength", minimum=0, maximum=9, step=1, value=5
|
| 310 |
|
| 311 |
with gr.Row():
|
| 312 |
output_image = gr.Image(label="Mixed Clothing Design")
|
|
|
|
| 306 |
image1_input = gr.Image(label="First Clothing Image", type="filepath")
|
| 307 |
image2_input = gr.Image(label="Second Clothing Image", type="filepath")
|
| 308 |
|
| 309 |
+
mix_slider = gr.Slider(label="Style Mixing Strength", minimum=0, maximum=9, step=1, value=5)
|
| 310 |
|
| 311 |
with gr.Row():
|
| 312 |
output_image = gr.Image(label="Mixed Clothing Design")
|