Rahatara commited on
Commit
d3695d5
1 Parent(s): 77999ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import numpy as np
7
  import faiss
8
 
9
  #client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
10
- client = InferenceClient("HuggingFaceM4/Idefics3-8B-Llama3")
11
 
12
  # Placeholder for the app's state
13
  class MyApp:
 
7
  import faiss
8
 
9
  #client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
10
+ client = InferenceClient("meta-llama/Llama-2-7b-chat-hf")
11
 
12
  # Placeholder for the app's state
13
  class MyApp: