Spaces:
Runtime error
Runtime error
fix: not to cache
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ def ui():
|
|
81 |
inputs=[input_img],
|
82 |
outputs=[extract_output_img, to_sketch_output_img],
|
83 |
label="Examples",
|
84 |
-
cache_examples=True,
|
85 |
)
|
86 |
|
87 |
gr.Markdown("Images are from nijijourney.")
|
|
|
81 |
inputs=[input_img],
|
82 |
outputs=[extract_output_img, to_sketch_output_img],
|
83 |
label="Examples",
|
84 |
+
# cache_examples=True,
|
85 |
)
|
86 |
|
87 |
gr.Markdown("Images are from nijijourney.")
|