Skip to content

Commit

Permalink
set host in app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PeerHerholz committed Dec 21, 2023
1 parent 90e01f5 commit bdf0538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@


if __name__ == "__main__":
app.run_server(debug=True, port=7860)
app.run_server(debug=True, host=0.0.0.0’, port=7860)

0 comments on commit bdf0538

Please sign in to comment.