Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
geethareddy/AI_Coach_Site_Supervisor6
geethareddy
/
AI_Coach_Site_Supervisor7
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
geethareddy
commited on
29 days ago
Commit
d8bd4dc
·
verified
·
1 Parent(s):
395aa9a
config.py
Browse files
Files changed (1)
hide
show
config.py
+0
-4
config.py
DELETED
Viewed
@@ -1,4 +0,0 @@
1
-
class Config:
2
-
MODEL_NAME = "distilbert-base-uncased" # Model name (can be replaced with another model)
3
-
FLASK_PORT = 5000
4
-
FLASK_HOST = "0.0.0.0"