uhdessai commited on
Commit
c28e38e
·
verified ·
1 Parent(s): bec394e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, live=True)
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")