Spaces:
Paused
Paused
Update app/config.py
Browse files- app/config.py +1 -1
app/config.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
class Config:
|
| 2 |
-
qa_model_path = "
|
| 3 |
AIP_HEALTH_ROUTE = "/health"
|
| 4 |
AIP_HTTP_PORT = 8000
|
| 5 |
DEBUG = True
|
|
|
|
| 1 |
class Config:
|
| 2 |
+
qa_model_path = "Gowtham122/albertqa" # Example QA model
|
| 3 |
AIP_HEALTH_ROUTE = "/health"
|
| 4 |
AIP_HTTP_PORT = 8000
|
| 5 |
DEBUG = True
|