Update app.py
Browse files
app.py
CHANGED
@@ -6,8 +6,8 @@ from sentence_transformers import SentenceTransformer
|
|
6 |
import numpy as np
|
7 |
import faiss
|
8 |
|
9 |
-
|
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:
|