geored commited on
Commit
e118ba3
Β·
verified Β·
1 Parent(s): 0fb8aac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -90,9 +90,9 @@ css = """
90
  """
91
 
92
  with gr.Blocks(css=css) as demo:
93
- gr.HTML("<h1><center>Mistral 7B Instruct<h1><center>")
94
- gr.HTML("<h3><center>In this demo, you can chat with <a href='https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1'>Mistral-7B-Instruct</a> model. πŸ’¬<h3><center>")
95
- gr.HTML("<h3><center>Learn more about the model <a href='https://huggingface.co/docs/transformers/main/model_doc/mistral'>here</a>. πŸ“š<h3><center>")
96
  gr.ChatInterface(
97
  generate,
98
  additional_inputs=additional_inputs,
 
90
  """
91
 
92
  with gr.Blocks(css=css) as demo:
93
+ # gr.HTML("<h1><center>Mistral 7B Instruct<h1><center>")
94
+ # gr.HTML("<h3><center>In this demo, you can chat with <a href='https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1'>Mistral-7B-Instruct</a> model. πŸ’¬<h3><center>")
95
+ # gr.HTML("<h3><center>Learn more about the model <a href='https://huggingface.co/docs/transformers/main/model_doc/mistral'>here</a>. πŸ“š<h3><center>")
96
  gr.ChatInterface(
97
  generate,
98
  additional_inputs=additional_inputs,