KingNish commited on
Commit
91e8cf6
1 Parent(s): bd9c744

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -29,7 +29,6 @@ def respond(
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()
 
29
  response += token
30
  yield response
31
 
32
+ demo = gr.ChatInterface(respond, description="# Chat With AI faster than groq")
33
 
34
+ demo.launch()