xusenlin commited on
Commit
d877fef
1 Parent(s): 45dc8d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(server_name="0.0.0.0")
 
572
 
573
  if __name__ == "__main__":
574
  reload_javascript()
575
+ demo.queue(concurrency_count=CONCURRENT_COUNT).launch()