joeli88 commited on
Commit
9c94389
1 Parent(s): 29b27a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -23,4 +23,7 @@ outputs = gr.outputs.Textbox(label="Reply")
23
 
24
  gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="AI Chatbot",
25
  description="Ask anything you want",
26
- theme="compact").launch()
 
 
 
 
23
 
24
  gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="AI Chatbot",
25
  description="Ask anything you want",
26
+ theme="compact").launch()
27
+
28
+ #gr.Markdown(description)
29
+ demo.queue(max_size=20, concurrency_count=10).launch(debug=True)