ysharma HF staff commited on
Commit
c400d91
·
verified ·
1 Parent(s): ae63de4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -46,7 +46,8 @@ demo = gr.Interface(fal_recraft,
46
  outputs="image",
47
  examples=examples,
48
  title="Recraft V3 with FAL API and Gradio",
49
- description="""[Announcing red_panda by Recraft](https://blog.fal.ai/announcing-red_panda-by-recraft/)"""
 
50
  )
51
 
52
  demo.launch()
 
46
  outputs="image",
47
  examples=examples,
48
  title="Recraft V3 with FAL API and Gradio",
49
+ description="""[Announcing red_panda by Recraft](https://blog.fal.ai/announcing-red_panda-by-recraft/)""",
50
+ cache_examples=False,
51
  )
52
 
53
  demo.launch()