Spaces:
Build error
Build error
ehristoforu
commited on
Commit
•
e983ed4
1
Parent(s):
6e6b89c
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ from huggingface_hub import InferenceClient
|
|
2 |
import gradio as gr
|
3 |
|
4 |
client = InferenceClient(
|
5 |
-
"mistralai/Mistral-7B-Instruct-v0.
|
6 |
)
|
7 |
|
8 |
|
@@ -86,5 +86,5 @@ gr.ChatInterface(
|
|
86 |
fn=generate,
|
87 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
88 |
additional_inputs=additional_inputs,
|
89 |
-
title="""Mistral 7B
|
90 |
).launch(show_api=False)
|
|
|
2 |
import gradio as gr
|
3 |
|
4 |
client = InferenceClient(
|
5 |
+
"mistralai/Mistral-7B-Instruct-v0.1"
|
6 |
)
|
7 |
|
8 |
|
|
|
86 |
fn=generate,
|
87 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
88 |
additional_inputs=additional_inputs,
|
89 |
+
title="""Mistral 7B"""
|
90 |
).launch(show_api=False)
|