MIND-Lab / OCTIS

OCTIS: Comparing Topic Models is Simple! A python package to optimize and evaluate topic models (accepted at EACL2021 demo track)
MIT License
737 stars 106 forks source link

Octis startup argparse issue #75

Open Alig1493 opened 2 years ago

Alig1493 commented 2 years ago

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