AxionLab-official commited on
Commit
a9eb640
·
verified ·
1 Parent(s): 6466d60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ def chat(
99
  with gr.Blocks(title="Supra-50M Instruct") as demo:
100
  gr.Markdown(
101
  "# 🦅 Supra-50M Instruct\n"
102
- "50M-parameter chat model by [SupraLabs](https://huggingface.co/SupraLabs) running on CPU"
103
  )
104
 
105
  with gr.Row():
 
99
  with gr.Blocks(title="Supra-50M Instruct") as demo:
100
  gr.Markdown(
101
  "# 🦅 Supra-50M Instruct\n"
102
+ "50M-parameter chat model by [SupraLabs](https://huggingface.co/SupraLabs), running on CPU (Consider local inference, the quality is much better)"
103
  )
104
 
105
  with gr.Row():