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