KingNish commited on
Commit
bd9c744
1 Parent(s): cfea855

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -29,9 +29,7 @@ def respond(
29
  response += token
30
  yield response
31
 
32
- with gr.Blocks as demo:
33
- gr.Markdown("# CHAT with AI faster Than Groq")
34
- gr.ChatInterface(respond)
35
 
36
  if __name__ == "__main__":
37
  demo.launch()
 
29
  response += token
30
  yield response
31
 
32
+ gr.ChatInterface(respond, description="# Chat With AI faster than groq")
 
 
33
 
34
  if __name__ == "__main__":
35
  demo.launch()