Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
6 |
"""
|
7 |
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
8 |
# Load model directly
|
9 |
-
|
10 |
model = AutoModel.from_pretrained("Zyphra/BlackMamba-2.8B")
|
11 |
|
12 |
def respond(
|
|
|
6 |
"""
|
7 |
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
8 |
# Load model directly
|
9 |
+
|
10 |
model = AutoModel.from_pretrained("Zyphra/BlackMamba-2.8B")
|
11 |
|
12 |
def respond(
|