Spaces:
Sleeping
Sleeping
Commit
·
834e635
1
Parent(s):
761854b
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
import random
|
4 |
import time
|
5 |
|
6 |
-
def call_chat(message)
|
7 |
model_id = "mistralai/Mixtral-8x7B-Instruct-v0.1"
|
8 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
9 |
model = AutoModelForCausalLM.from_pretrained(model_id)
|
|
|
3 |
import random
|
4 |
import time
|
5 |
|
6 |
+
def call_chat(message):
|
7 |
model_id = "mistralai/Mixtral-8x7B-Instruct-v0.1"
|
8 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
9 |
model = AutoModelForCausalLM.from_pretrained(model_id)
|