Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import os
|
|
| 2 |
import gradio as gr
|
| 3 |
from huggingface_hub import InferenceClient
|
| 4 |
|
| 5 |
-
client = InferenceClient("TheBloke/dolphin-2.5-mixtral-8x7b-GGUF")
|
| 6 |
|
| 7 |
def format_prompt(message, history, context):
|
| 8 |
prompt = " "
|
|
|
|
| 2 |
import gradio as gr
|
| 3 |
from huggingface_hub import InferenceClient
|
| 4 |
|
| 5 |
+
client = InferenceClient("TheBloke/dolphin-2.5-mixtral-8x7b-GGUF")
|
| 6 |
|
| 7 |
def format_prompt(message, history, context):
|
| 8 |
prompt = " "
|