Spaces:
Runtime error
Runtime error
set cache_examples=False,
Browse files
app.py
CHANGED
|
@@ -147,7 +147,7 @@ def run_demo_server():
|
|
| 147 |
]),
|
| 148 |
inputs=[image_input, seed],
|
| 149 |
outputs=[image_output_g, image_output_d],
|
| 150 |
-
cache_examples=
|
| 151 |
)
|
| 152 |
|
| 153 |
with gr.Tab("VIDEO"):
|
|
@@ -193,7 +193,7 @@ def run_demo_server():
|
|
| 193 |
]),
|
| 194 |
inputs=[input_video, seed],
|
| 195 |
outputs=[video_output_g, video_output_d],
|
| 196 |
-
cache_examples=
|
| 197 |
)
|
| 198 |
|
| 199 |
### Image
|
|
|
|
| 147 |
]),
|
| 148 |
inputs=[image_input, seed],
|
| 149 |
outputs=[image_output_g, image_output_d],
|
| 150 |
+
cache_examples=False,
|
| 151 |
)
|
| 152 |
|
| 153 |
with gr.Tab("VIDEO"):
|
|
|
|
| 193 |
]),
|
| 194 |
inputs=[input_video, seed],
|
| 195 |
outputs=[video_output_g, video_output_d],
|
| 196 |
+
cache_examples=False,
|
| 197 |
)
|
| 198 |
|
| 199 |
### Image
|