Felladrin commited on
Commit
6f751b1
1 Parent(s): a322642

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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's LLMs",
53
- description="Note that the inference happens on free-tier hardware, which may lead to slower outputs during periods of high demand.",
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