Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
smishr-18/Nutrition-Table-Content-Analysis
dinhquangson
/
Nutrition-Table-Content-Analysis
like
0
Sleeping
App
Files
Files
Community
dinhquangson
commited on
Mar 13
Commit
e355701
•
1 Parent(s):
c8200a3
Update llm.py
Browse files
Files changed (1)
hide
show
llm.py
+1
-1
llm.py
CHANGED
Viewed
@@ -20,4 +20,4 @@ def llm(img):
20
top_k=40,
21
)
22
23
-
return response.
text
20
top_k=40,
21
)
22
23
+
return response.
result