gaur3009 commited on
Commit
434bd85
·
verified ·
1 Parent(s): 94a7a4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ iface = gr.Interface(
76
  outputs="image",
77
  title="Clothe Designs for img2img model",
78
  description="Generate designs for clothing items",
79
- examples=[["a part", "Red", "T-shirt", "Simple design", "Stylish Text", "Soft Shadows"]]
80
  )
81
 
82
  print("Launching Gradio interface...")
 
76
  outputs="image",
77
  title="Clothe Designs for img2img model",
78
  description="Generate designs for clothing items",
79
+ examples=[["Red", "T-shirt", "Simple design", "Stylish Text"]]
80
  )
81
 
82
  print("Launching Gradio interface...")