Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -69,8 +69,8 @@ def model_chat(query: Optional[str], history: Optional[History], system: str
|
|
69 |
|
70 |
|
71 |
with gr.Blocks() as demo:
|
72 |
-
gr.Markdown("""<center><font size=8>Qarcee-ai/
|
73 |
-
gr.Markdown("""<center><font size=4>arcee-ai/
|
74 |
|
75 |
with gr.Row():
|
76 |
with gr.Column(scale=3):
|
|
|
69 |
|
70 |
|
71 |
with gr.Blocks() as demo:
|
72 |
+
gr.Markdown("""<center><font size=8>Qarcee-ai/Mistral-7B-Instruct-v0.2-expanded-sec-1.6B-tokens</center>""")
|
73 |
+
gr.Markdown("""<center><font size=4>arcee-ai/Mistral-7B-Instruct-v0.2-expanded-sec-1.6B-tokens</center>""")
|
74 |
|
75 |
with gr.Row():
|
76 |
with gr.Column(scale=3):
|