Update app.py
Browse files
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("
|
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:
|