expandme commited on
Commit
9cb53a3
1 Parent(s): 9cd3f17

Adding links and fixing them manually ? - What wind.surf will do ?

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -48,7 +48,8 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
48
  """
49
  demo = gr.ChatInterface(
50
  respond,
51
- title="GGUF is popular on PC Lm Studio or on Tablet / Mobile PocketPal",
 
52
  additional_inputs=[
53
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
54
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
 
48
  """
49
  demo = gr.ChatInterface(
50
  respond,
51
+ title="GGUF is popular AI models format on PC in LM Studio or on Tablet/Mobile in PocketPal APPs",
52
+ description="🖥️ [LM Studio AI for PC](https://lmstudio.ai) | 📱 PocketPal AI ([Android](https://play.google.com/store/apps/details?id=com.pocketpalai) & [iOS](https://play.google.com/store/apps/details?id=com.pocketpalai))",
53
  additional_inputs=[
54
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
55
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),