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

Update app.py

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