Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HARISH20205
/
kebos-ai
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0f56e7e
kebos-ai
/
test.py
HARISH20205
first
f3352b5
5 months ago
raw
Copy download link
history
blame
Safe
91 Bytes
import
os
model_path = (os.path.join(os.getcwd(),
"catboost_model.bin"
))
print
(model_path)