Th3BossC commited on
Commit
dbec7d6
·
1 Parent(s): d9ed662

made changes to support huggingface spaces

Browse files
Files changed (2) hide show
  1. Dockerfile → Dockerfiletemp +0 -0
  2. app.py +1 -1
Dockerfile → Dockerfiletemp RENAMED
File without changes
app.py CHANGED
@@ -5,7 +5,7 @@ app = create_app()
5
 
6
 
7
  if __name__ == '__main__':
8
- app.run(debug=True,host="0.0.0.0",port=5000)
9
 
10
 
11
  # def run():
 
5
 
6
 
7
  if __name__ == '__main__':
8
+ app.run(debug = False, host="0.0.0.0", port=7860)
9
 
10
 
11
  # def run():