IlyaGusev commited on
Commit
bc2aca5
1 Parent(s): 25097e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ with gr.Blocks(
100
  ) as demo:
101
  favicon = '<img src="https://cdn.midjourney.com/b88e5beb-6324-4820-8504-a1a37a9ba36d/0_1.png" width="48px" style="display: inline">'
102
  gr.Markdown(
103
- f"""<h1><center>{favicon}Saiga2 13B</center></h1>
104
 
105
  This is a demo of a **Russian**-speaking LLaMA2-based model. If you are interested in other languages, please check other models, such as [MPT-7B-Chat](https://huggingface.co/spaces/mosaicml/mpt-7b-chat).
106
 
 
100
  ) as demo:
101
  favicon = '<img src="https://cdn.midjourney.com/b88e5beb-6324-4820-8504-a1a37a9ba36d/0_1.png" width="48px" style="display: inline">'
102
  gr.Markdown(
103
+ f"""<h1><center>{favicon}Saiga2 13B GGML Q4_1</center></h1>
104
 
105
  This is a demo of a **Russian**-speaking LLaMA2-based model. If you are interested in other languages, please check other models, such as [MPT-7B-Chat](https://huggingface.co/spaces/mosaicml/mpt-7b-chat).
106