Rahatara commited on
Commit
695feb8
1 Parent(s): d3695d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,8 +6,8 @@ from sentence_transformers import SentenceTransformer
6
  import numpy as np
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:
 
6
  import numpy as np
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: