expandme commited on
Commit
8884b58
·
1 Parent(s): 617316d

Dynmaic desription ? - What wind.surf will do ?

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -86,14 +86,8 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
86
  demo = gr.ChatInterface(
87
  respond,
88
  title="GGUF is popular format on PC in LM Studio or on Tablet/Mobile in PocketPal APPs",
 
89
 
90
- gr.Textbox(
91
- value=get_description(list(MODELS.keys())[0]),
92
- label="About",
93
- interactive=False,
94
- lines=4
95
- ),
96
-
97
  additional_inputs=[
98
  gr.Dropdown(
99
  choices=list(MODELS.keys()),
 
86
  demo = gr.ChatInterface(
87
  respond,
88
  title="GGUF is popular format on PC in LM Studio or on Tablet/Mobile in PocketPal APPs",
89
+ 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)) on Tablet or Mobile",
90
 
 
 
 
 
 
 
 
91
  additional_inputs=[
92
  gr.Dropdown(
93
  choices=list(MODELS.keys()),