arjun-radha-krishnan commited on
Commit
821e360
·
verified ·
1 Parent(s): 8cccf60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -11,6 +11,7 @@ from dotenv import load_dotenv
11
  load_dotenv()
12
 
13
  repo_id = "mistralai/Mistral-7B-Instruct-v0.2"
 
14
  llm_client = InferenceClient(model=repo_id, timeout=180, token=os.getenv("HF_TOKEN"))
15
 
16
  def show_map(places_list):
 
11
  load_dotenv()
12
 
13
  repo_id = "mistralai/Mistral-7B-Instruct-v0.2"
14
+
15
  llm_client = InferenceClient(model=repo_id, timeout=180, token=os.getenv("HF_TOKEN"))
16
 
17
  def show_map(places_list):