Skip to content

Commit

Permalink
Perhaps a main program is necessary for the smooth operation of the s…
Browse files Browse the repository at this point in the history
…tanza demo
  • Loading branch information
horatio committed Dec 29, 2024
1 parent c72b19a commit c9c3384
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stanza/pipeline/demo/demo_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ def annotate():

def create_app():
return app

if __name__ == "__main__":
app.run(host='0.0.0.0', port=8080)

0 comments on commit c9c3384

Please sign in to comment.