KingNish commited on
Commit
b19dbe6
1 Parent(s): 514ef43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)