geethareddy's picture
Create config.py
6294632 verified
raw
history blame
157 Bytes
class Config:
MODEL_NAME = "distilbert-base-uncased" # Model name (can be replaced with another model)
FLASK_PORT = 5000
FLASK_HOST = "0.0.0.0"