Skip to content

Commit

Permalink
Remove serve arg to classifier.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisrandy committed Nov 14, 2019
1 parent aebb33f commit edfef6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions classifier.py
Expand Up @@ -75,5 +75,4 @@ def redirect_to_homepage(request):


if __name__ == "__main__":
if "serve" in sys.argv:
uvicorn.run(app, host="0.0.0.0", port=8008)
uvicorn.run(app, host="0.0.0.0", port=8008)

0 comments on commit edfef6b

Please sign in to comment.