ffreemt commited on
Commit
5e39b2d
1 Parent(s): ab343b8

Update title ggml

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +2 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: mpt-30b-ggml-chat
3
  emoji: 🔥
4
  colorFrom: purple
5
  colorTo: red
 
1
  ---
2
+ title: mpt-30b-chat-ggml
3
  emoji: 🔥
4
  colorFrom: purple
5
  colorTo: red
app.py CHANGED
@@ -299,7 +299,7 @@ css = """
299
  """
300
 
301
  with gr.Blocks(
302
- title="mpt-30b-ggml-chat",
303
  theme=gr.themes.Soft(text_size="sm"),
304
  css=css,
305
  ) as block:
@@ -308,7 +308,7 @@ with gr.Blocks(
308
  """<center><a href="https://huggingface.co/spaces/mikeee/mpt-30b-chat?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate"></a> and spin a CPU UPGRADE to avoid the queue</center>"""
309
  )
310
  gr.Markdown(
311
- """<h4><center>mpt-30b-ggml-chat</center></h4>
312
 
313
  This demo is of [TheBloke/mpt-30B-chat-GGML](https://huggingface.co/TheBloke/mpt-30B-chat-GGML).
314
 
 
299
  """
300
 
301
  with gr.Blocks(
302
+ title="mpt-30b-chat-ggml",
303
  theme=gr.themes.Soft(text_size="sm"),
304
  css=css,
305
  ) as block:
 
308
  """<center><a href="https://huggingface.co/spaces/mikeee/mpt-30b-chat?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate"></a> and spin a CPU UPGRADE to avoid the queue</center>"""
309
  )
310
  gr.Markdown(
311
+ """<h4><center>mpt-30b-chat-ggml</center></h4>
312
 
313
  This demo is of [TheBloke/mpt-30B-chat-GGML](https://huggingface.co/TheBloke/mpt-30B-chat-GGML).
314