Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
from huggingface_hub import InferenceClient
|
2 |
import gradio as gr
|
3 |
|
4 |
-
|
5 |
-
client = InferenceClient("Trelis/Mistral-7B-Instruct-v0.1-Summarize-16k")
|
6 |
|
7 |
|
8 |
def format_prompt(message, history):
|
|
|
1 |
from huggingface_hub import InferenceClient
|
2 |
import gradio as gr
|
3 |
|
4 |
+
client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
5 |
+
#client = InferenceClient("Trelis/Mistral-7B-Instruct-v0.1-Summarize-16k")
|
6 |
|
7 |
|
8 |
def format_prompt(message, history):
|