Spaces:
Build error
Build error
Crackerjax2
commited on
Commit
•
0058bbc
1
Parent(s):
5600caf
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
from huggingface_hub import InferenceClient
|
2 |
import gradio as gr
|
3 |
|
|
|
4 |
client = InferenceClient("Crackerjax2/mistralbimerged")
|
5 |
|
6 |
def format_prompt(message, history):
|
|
|
1 |
from huggingface_hub import InferenceClient
|
2 |
import gradio as gr
|
3 |
|
4 |
+
|
5 |
client = InferenceClient("Crackerjax2/mistralbimerged")
|
6 |
|
7 |
def format_prompt(message, history):
|