akiko19191 commited on
Commit
8337dcd
·
verified ·
1 Parent(s): 7dfca08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,7 +178,7 @@ def models():
178
 
179
  if __name__ == '__main__':
180
  config = {
181
- 'host': 'localhost',
182
  'port': 7860,
183
  'debug': True,
184
  }
 
178
 
179
  if __name__ == '__main__':
180
  config = {
181
+ 'host': '0.0.0.0',
182
  'port': 7860,
183
  'debug': True,
184
  }