amgad59 commited on
Commit
f821968
1 Parent(s): d7e7902

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -17,7 +17,6 @@ diffusion_interface = gr.Interface(
17
  title="Diffusion4Fashion: Generate cool clothes!",
18
  description="<center><p>Enter a description about a piece of cloth and the model will generate an image.</p></center>",
19
  examples=["A photo of a dress, made in 2019, color is Red, Casual usage, Women's cloth, something for the summer season, on white background"],
20
- cache_examples=True,
21
  )
22
 
23
  diffusion_interface.launch()
 
17
  title="Diffusion4Fashion: Generate cool clothes!",
18
  description="<center><p>Enter a description about a piece of cloth and the model will generate an image.</p></center>",
19
  examples=["A photo of a dress, made in 2019, color is Red, Casual usage, Women's cloth, something for the summer season, on white background"],
 
20
  )
21
 
22
  diffusion_interface.launch()