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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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. Precomputed latent vectors (projected_w.npz) must be in 'projection_results/{image_name}/'."
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()