Spaces:
Runtime error
Runtime error
Commit
·
f7f0775
1
Parent(s):
18bb489
Cache examples (#5)
Browse files- Cache examples (d92f7f3a51c449686c10493b3cf8170019418460)
Co-authored-by: Multimodal AI art <[email protected]>
app.py
CHANGED
@@ -194,7 +194,7 @@ To skip the queue you can <a href="https://huggingface.co/spaces/lambdalabs/imag
|
|
194 |
1,1.35,1.4,1,1,
|
195 |
3.0, 1, 0, 30,
|
196 |
]],
|
197 |
-
inputs=inps, outputs=[output])
|
198 |
|
199 |
gr.Markdown(
|
200 |
"""
|
|
|
194 |
1,1.35,1.4,1,1,
|
195 |
3.0, 1, 0, 30,
|
196 |
]],
|
197 |
+
inputs=inps, outputs=[output], cache_examples=True)
|
198 |
|
199 |
gr.Markdown(
|
200 |
"""
|