Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Docfile
/
Gazconso
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Docfile
commited on
Jul 17, 2024
Commit
72a9148
·
verified
·
1 Parent(s):
a89b059
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -15,7 +15,7 @@ app = FastAPI(
15
)
16
17
18
-
model = load_model("
api_gaz
")
19
20
21
class InputModel(BaseModel):
15
)
16
17
18
+
model = load_model("
best_pipeline
")
19
20
21
class InputModel(BaseModel):