Didier commited on
Commit
a3365f9
1 Parent(s): 9a18c52

Change in the comments

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -191,7 +191,7 @@ with gr.Blocks() as demo:
191
 
192
  with gr.Accordion("Documentation", open=False):
193
  gr.Markdown("""
194
- - Model: serving a (small) large language model: Mistral-7b-Instruct
195
  - Most examples are copy/pasted from BBC news international web sites.
196
  """)
197
 
 
191
 
192
  with gr.Accordion("Documentation", open=False):
193
  gr.Markdown("""
194
+ - Model: using a large language model from Mistral AI
195
  - Most examples are copy/pasted from BBC news international web sites.
196
  """)
197