Spaces:
Runtime error
Runtime error
Commit
•
d92f7f3
1
Parent(s):
18bb489
Cache examples
Browse filesThis way users can check how things work but don't enter the queue just to run the example
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 |
"""
|