Spaces:
Runtime error
Runtime error
KaiShin1885
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
from huggingface_hub import InferenceClient
|
3 |
import os
|
4 |
|
5 |
-
client = InferenceClient("
|
6 |
|
7 |
def respond(
|
8 |
message,
|
|
|
2 |
from huggingface_hub import InferenceClient
|
3 |
import os
|
4 |
|
5 |
+
client = InferenceClient("NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO", token=os.getenv("HF_TOKEN"))
|
6 |
|
7 |
def respond(
|
8 |
message,
|