Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
toshi456
/
llava-jp-1.3b-v1.1
like
3
Runtime error
App
Files
Files
Community
1
Set `cache_examples=False`
#1
by
hayas
- opened
Apr 24
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -176,7 +176,7 @@ with gr.Blocks() as demo:
176
0.0,
177
0.9,
178
],
179
-
], inputs=inputs)
180
181
182
if __name__ == "__main__":
176
0.0,
177
0.9,
178
],
179
+
], inputs=inputs
, cache_examples=False
)
180
181
182
if __name__ == "__main__":