Spaces:
Runtime error
Runtime error
vericudebuget
commited on
Commit
•
7e5beaf
1
Parent(s):
dae018a
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,9 @@ from huggingface_hub import InferenceClient
|
|
2 |
import gradio as gr
|
3 |
|
4 |
# Initialize the InferenceClient
|
5 |
-
client = InferenceClient("
|
|
|
|
|
6 |
|
7 |
def format_prompt(message, history):
|
8 |
prompt = "<s>"
|
|
|
2 |
import gradio as gr
|
3 |
|
4 |
# Initialize the InferenceClient
|
5 |
+
client = InferenceClient("databricks/dbrx-instruct")
|
6 |
+
|
7 |
+
#mistralai/Mixtral-8x7B-Instruct-v0.1
|
8 |
|
9 |
def format_prompt(message, history):
|
10 |
prompt = "<s>"
|