Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -49,8 +49,8 @@ g = gr.Interface(
|
|
49 |
gr.components.Slider(minimum=1, maximum=1024, step=1, value=256, label="Max tokens"),
|
50 |
],
|
51 |
outputs=[gr.Textbox(lines=10, label="Output")],
|
52 |
-
title="Chat with Felladrin
|
53 |
-
description="Note that the inference
|
54 |
concurrency_limit=1
|
55 |
)
|
56 |
|
|
|
49 |
gr.components.Slider(minimum=1, maximum=1024, step=1, value=256, label="Max tokens"),
|
50 |
],
|
51 |
outputs=[gr.Textbox(lines=10, label="Output")],
|
52 |
+
title="Chat with models fine-tuned by Felladrin",
|
53 |
+
description="Note that the inference runs on CPU only, which may lead to slower outputs during periods of high demand.",
|
54 |
concurrency_limit=1
|
55 |
)
|
56 |
|