Pinkstack commited on
Commit
9f3bcc1
·
verified ·
1 Parent(s): d6fd3b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -152,7 +152,10 @@ demo = gr.ChatInterface(
152
  css=css,
153
  title="Pinkchat - Superthoughts lite v1 (Just 1.7B parameters!)",
154
  description="""Chat with an AI that thinks step-by-step and has web search.
155
- BETA:Added deep research."""
 
 
 
156
  )
157
 
158
  if __name__ == "__main__":
 
152
  css=css,
153
  title="Pinkchat - Superthoughts lite v1 (Just 1.7B parameters!)",
154
  description="""Chat with an AI that thinks step-by-step and has web search.
155
+ BETA:Added deep research.
156
+
157
+ The Ai is offered via huggingface interference api, thus if it isn't working, the model lost support from the api.
158
+ """
159
  )
160
 
161
  if __name__ == "__main__":