soiz1 commited on
Commit
e76f661
·
verified ·
1 Parent(s): bde0b19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -219,4 +219,4 @@ if __name__ == '__main__':
219
  if not os.path.exists('CodeFormer.pth'):
220
  os.system("wget https://github.com/TencentARC/GFPGAN/releases/download/v1.3.4/CodeFormer.pth -P .")
221
 
222
- app.run(host='0.0.0.0', port=5000, debug=True)
 
219
  if not os.path.exists('CodeFormer.pth'):
220
  os.system("wget https://github.com/TencentARC/GFPGAN/releases/download/v1.3.4/CodeFormer.pth -P .")
221
 
222
+ app.run(host='0.0.0.0', port=7860, debug=True)