Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
toshi456
/
llava-jp-1.3b-v1.1
like
3
Runtime error
App
Files
Files
Community
1
toshi456
commited on
Apr 24
Commit
bc57bff
•
1 Parent(s):
586d5b2
Update app.py
Browse files
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__":