Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|