Spaces:
Paused
Paused
class Config: | |
qa_model_path = "Gowtham122/albertqa" # Example QA model | |
AIP_HEALTH_ROUTE = "/health" | |
AIP_HTTP_PORT = 8000 | |
DEBUG = True | |
CONFIG = Config() |