Skip to content

Commit

Permalink
fix: Update webui.py to run server on all interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
provos committed Jan 3, 2025
1 parent 419901a commit ddacdeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1573,4 +1573,4 @@ def update_current_tab(classnames):
f'Invalid prefetch models argument: {args.prefetch_models}; use "all" or "default"')
exit(1)

app.run_server(port=args.port, debug=True)
app.run_server(host='0.0.0.0', port=args.port, debug=True)

0 comments on commit ddacdeb

Please sign in to comment.