joeli88 commited on
Commit
40b5210
1 Parent(s): ff423f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -25,5 +25,3 @@ gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="AI Chatbot",
25
  description="Ask anything you want",
26
  theme="compact").launch(debug=True)
27
 
28
- #gr.Markdown(description)
29
- demo.queue().launch(debug=True)
 
25
  description="Ask anything you want",
26
  theme="compact").launch(debug=True)
27