joeli88 commited on
Commit
ff423f0
1 Parent(s): 65af713

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(debug=True)
 
 
 
 
23
 
24
  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)