Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Conner
/
IAPdemo
like
1
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Conner
commited on
Jun 25, 2022
Commit
006d1ba
·
1 Parent(s):
83dae79
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -35,7 +35,6 @@ def predict(image):
35
36
# run the inference
37
prediction = model.predict(data)
38
-
print(prediction)
39
return prediction
40
41
35
36
# run the inference
37
prediction = model.predict(data)
38
return prediction
39
40