Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Roboproch
/
MLOps_project
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Roboproch
commited on
Mar 25
Commit
abd7373
·
1 Parent(s):
76c4c13
debug - tolto predict
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -29,5 +29,5 @@ demo = gr.Interface(
29
)
30
31
if __name__ == "__main__":
32
-
y_pred = model.predict(X)
33
demo.launch()
29
)
30
31
if __name__ == "__main__":
32
+
#
y_pred = model.predict(X)
33
demo.launch()