jadechoghari
commited on
Commit
•
d973a6f
1
Parent(s):
0511686
add lazy cache
Browse files
app.py
CHANGED
@@ -66,7 +66,8 @@ iface = gr.Interface(
|
|
66 |
["A modern synthesizer creating futuristic soundscapes."],
|
67 |
["Acoustic ballad with heartfelt lyrics and soft piano."]
|
68 |
],
|
69 |
-
cache_examples=
|
|
|
70 |
)
|
71 |
|
72 |
# Launch the Gradio app
|
|
|
66 |
["A modern synthesizer creating futuristic soundscapes."],
|
67 |
["Acoustic ballad with heartfelt lyrics and soft piano."]
|
68 |
],
|
69 |
+
cache_examples="lazy"
|
70 |
+
# cache_examples=True
|
71 |
)
|
72 |
|
73 |
# Launch the Gradio app
|