Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
geethareddy/AI_Coach_Site_Supervisor5
geethareddy
/
AI_Coach_Site_Supervisor6
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
geethareddy
commited on
May 6
Commit
6294632
·
verified
·
1 Parent(s):
ef9691a
Create config.py
Browse files
Files changed (1)
hide
show
config.py
+4
-0
config.py
ADDED
Viewed
@@ -0,0 +1,4 @@
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"