Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,10 +5,10 @@ import os
|
|
5 |
import requests
|
6 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
7 |
|
8 |
-
|
9 |
client = InferenceClient(
|
10 |
-
"mistralai/Mixtral-8x7B-Instruct-v0.1"
|
11 |
-
|
12 |
|
13 |
# Load the pre-trained model and tokenizer
|
14 |
model_name = "mistralai/Mixtral-8x7B-Instruct-v0.1"
|
|
|
5 |
import requests
|
6 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
7 |
|
8 |
+
|
9 |
client = InferenceClient(
|
10 |
+
"mistralai/Mixtral-8x7B-Instruct-v0.1";
|
11 |
+
|
12 |
|
13 |
# Load the pre-trained model and tokenizer
|
14 |
model_name = "mistralai/Mixtral-8x7B-Instruct-v0.1"
|