Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ def models(message):
|
|
23 |
response += token
|
24 |
yield response
|
25 |
|
26 |
-
description="# Chat GO"
|
27 |
|
28 |
demo = gr.Interface(description=description,fn=models, inputs=["text"], outputs="text")
|
29 |
demo.queue(max_size=300000)
|
|
|
23 |
response += token
|
24 |
yield response
|
25 |
|
26 |
+
description="# Chat GO\n###Enter your query and Press enter and get response faster than groq"
|
27 |
|
28 |
demo = gr.Interface(description=description,fn=models, inputs=["text"], outputs="text")
|
29 |
demo.queue(max_size=300000)
|