MIND-Lab / OCTIS

OCTIS: Comparing Topic Models is Simple! A python package to optimize and evaluate topic models (accepted at EACL2021 demo track)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Octis startup argparse issue

Alig1493 opened this issue · comments

  • OCTIS version: latest
  • Python version: 3.8
  • Operating System: linux

Description

supplying --host as an argparse input does not change the host when starting up the server

What I Did

python octis/dashboard/server.py --host 0.0.0.0
Still starts up on 127.0.0.1
image

Paste the command(s) you ran and the output.

* Running on http://127.0.0.1:5000
Press CTRL+C to quit

Error here