radames commited on
Commit
e3d6a9b
·
1 Parent(s): e7568f1

has to be 0.0.0.0

Browse files
Files changed (1) hide show
  1. visualblocks/server.py +1 -1
visualblocks/server.py CHANGED
@@ -125,7 +125,7 @@ def _is_list_of_nd_array(obj):
125
 
126
 
127
  def Server(
128
- host="localhost",
129
  port=7860,
130
  generic=None,
131
  text_to_text=None,
 
125
 
126
 
127
  def Server(
128
+ host="0.0.0.0",
129
  port=7860,
130
  generic=None,
131
  text_to_text=None,