akiko19191 commited on
Commit
c84209a
·
verified ·
1 Parent(s): c5ce35f

Update app.py

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