acecalisto3 commited on
Commit
bde539f
·
verified ·
1 Parent(s): e3f5b6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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"