rishi1985 commited on
Commit
01f779c
·
1 Parent(s): fbc6f68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ async def startup_event():
90
 
91
  # LLAMA
92
 
93
- chrome_driver_path = '/usr/local/bin/chromedriver'
94
 
95
  @app.post("/llama")
96
  async def get_answer_llama(request: Request ):
 
90
 
91
  # LLAMA
92
 
93
+ chrome_driver_path = '/usr/local/bin/chromedriver-linux64/chromedriver'
94
 
95
  @app.post("/llama")
96
  async def get_answer_llama(request: Request ):