Gowtham122 commited on
Commit
32213f1
·
verified ·
1 Parent(s): e747296

Update app/config.py

Browse files
Files changed (1) hide show
  1. app/config.py +1 -1
app/config.py CHANGED
@@ -1,5 +1,5 @@
1
  class Config:
2
- qa_model_path = "deepset/roberta-base-squad2" # Example QA model
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