Spaces:
Running
Running
Update app.py
Browse files
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()
|