Spaces:
Build error
Build error
File size: 157 Bytes
6294632 |
1 2 3 4 5 |
class Config:
MODEL_NAME = "distilbert-base-uncased" # Model name (can be replaced with another model)
FLASK_PORT = 5000
FLASK_HOST = "0.0.0.0"
|