Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Asah-ML-Copilot-A25-CS047
/
Predictive-Machine
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AtthalaricNero
commited on
Nov 30, 2025
Commit
39d6711
·
1 Parent(s):
d969e8f
fix(app): update prediction endpoint to use binary prediction method
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -10,4 +10,4 @@ def greet_json():
10
11
@app.get("/predict-machine")
12
def predict_machine():
13
-
return controller.
predict_time_series
()
10
11
@app.get("/predict-machine")
12
def predict_machine():
13
+
return controller.
predict_binary
()