Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|
27 |
|
28 |
-
#gr.Markdown(description)
|
29 |
-
demo.queue(max_size=20, concurrency_count=10).launch(debug=True)
|
|
|
25 |
description="Ask anything you want",
|
26 |
theme="compact").launch()
|
27 |
|
|
|
|