abdullahalzubaer
commited on
Commit
β’
0f3effc
1
Parent(s):
8f2a2d9
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ css = """
|
|
92 |
"""
|
93 |
|
94 |
with gr.Blocks(css=css) as demo:
|
95 |
-
gr.HTML("<h1><center>Mistral
|
96 |
gr.HTML("<h3><center>In this demo, you can hopefully chat <a href='https://huggingface.co/abdullahalzubaer/NeuralHermes-2.5-Mistral-7B'>NeuralHermes-2.5-Mistral-7B</a> model. π¬<h3><center>")
|
97 |
gr.HTML("<h3><center>Learn more about the model <a href='https://huggingface.co/abdullahalzubaer/NeuralHermes-2.5-Mistral-7B'>here</a>. π<h3><center>")
|
98 |
gr.ChatInterface(
|
|
|
92 |
"""
|
93 |
|
94 |
with gr.Blocks(css=css) as demo:
|
95 |
+
gr.HTML("<h1><center>NeuralHermes-2.5-Mistral-7B<h1><center>")
|
96 |
gr.HTML("<h3><center>In this demo, you can hopefully chat <a href='https://huggingface.co/abdullahalzubaer/NeuralHermes-2.5-Mistral-7B'>NeuralHermes-2.5-Mistral-7B</a> model. π¬<h3><center>")
|
97 |
gr.HTML("<h3><center>Learn more about the model <a href='https://huggingface.co/abdullahalzubaer/NeuralHermes-2.5-Mistral-7B'>here</a>. π<h3><center>")
|
98 |
gr.ChatInterface(
|