Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
from huggingface_hub import InferenceClient
|
2 |
import gradio as gr
|
3 |
|
4 |
-
client = InferenceClient("""K00B404/BagOMistral_14X_Coders-ties-7B")
|
5 |
|
6 |
def format_prompt(message, history):
|
7 |
prompt = "<s>"
|
@@ -46,4 +46,6 @@ demo = gr.ChatInterface(fn=generate,
|
|
46 |
undo_btn=None
|
47 |
)
|
48 |
|
49 |
-
demo.queue().launch(show_api=False)
|
|
|
|
|
|
1 |
from huggingface_hub import InferenceClient
|
2 |
import gradio as gr
|
3 |
|
4 |
+
client = InferenceClient("""K00B404/BagOMistral_14X_Coders-ties-7B""")
|
5 |
|
6 |
def format_prompt(message, history):
|
7 |
prompt = "<s>"
|
|
|
46 |
undo_btn=None
|
47 |
)
|
48 |
|
49 |
+
demo.queue().launch(show_api=False)
|
50 |
+
|
51 |
+
import app1
|