LDJA commited on
Commit
a00fb0e
·
1 Parent(s): 1d218fd
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. app/{app.py → main.py} +1 -1
.DS_Store CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
 
app/{app.py → main.py} RENAMED
@@ -35,5 +35,5 @@ if __name__ == '__main__':
35
  app.debug = True
36
  app.run(
37
  host='0.0.0.0',
38
- port=5000,
39
  debug=True)
 
35
  app.debug = True
36
  app.run(
37
  host='0.0.0.0',
38
+ port=7860,
39
  debug=True)