Update app.py
Browse files
app.py
CHANGED
|
@@ -572,4 +572,4 @@ demo.title = "OpenLLM Chatbot 🚀 "
|
|
| 572 |
|
| 573 |
if __name__ == "__main__":
|
| 574 |
reload_javascript()
|
| 575 |
-
demo.queue(concurrency_count=CONCURRENT_COUNT).launch(
|
|
|
|
| 572 |
|
| 573 |
if __name__ == "__main__":
|
| 574 |
reload_javascript()
|
| 575 |
+
demo.queue(concurrency_count=CONCURRENT_COUNT).launch()
|