abdullahalzubaer commited on
Commit
0f3effc
β€’
1 Parent(s): 8f2a2d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ css = """
92
  """
93
 
94
  with gr.Blocks(css=css) as demo:
95
- gr.HTML("<h1><center>Mistral 7B Instruct<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(
 
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(