Update app.py
Browse files
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__":
|