Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|