Spaces:
Running
Running
Update app.py
Browse files
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)
|
| 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():
|