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

Cleaning Manually ? - What wind.surf will do ?

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -48,8 +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 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"),
 
48
  """
49
  demo = gr.ChatInterface(
50
  respond,
51
+ title="GGUF is popular format on PC in LM Studio or on Tablet/Mobile in PocketPal APPs",
52
+ description="Try models locclay in: 🖥️ [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"),