uhdessai commited on
Commit
2e4c564
·
verified ·
1 Parent(s): a578ad1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -55,8 +55,10 @@ iface = gr.Interface(
55
  gr.Slider(label="Style Mixing Strength (Layers 0 to N)", minimum=0, maximum=9, step=1, value=5)
56
  ],
57
  outputs=gr.Image(label="Mixed Clothing Design"),
 
58
  title="Style Mixing for Clothing Design",
59
  description="Upload two projected images and choose how many early layers to mix."
60
  )
61
 
 
62
  iface.launch()
 
55
  gr.Slider(label="Style Mixing Strength (Layers 0 to N)", minimum=0, maximum=9, step=1, value=5)
56
  ],
57
  outputs=gr.Image(label="Mixed Clothing Design"),
58
+ live=True,
59
  title="Style Mixing for Clothing Design",
60
  description="Upload two projected images and choose how many early layers to mix."
61
  )
62
 
63
+
64
  iface.launch()