Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ iface = gr.Interface(
|
|
| 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()
|
|
|
|
| 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()
|