Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
threeidots
/
RecipeBud
like
0
Follow
Washington and lee
5
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
3
sherpal25
commited on
Sep 16, 2023
Commit
e9a5d73
·
1 Parent(s):
c6e3779
cleaned the code for nodel implementation.
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -35,3 +35,4 @@ def classifyImage(image):
35
result = pipe(image)
36
return result[0]['label']
37
35
result = pipe(image)
36
return result[0]['label']
37
38
+