Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,8 +7,8 @@ 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"
|
|
|
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"
|