Update app.py
Browse files
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=
|
|
|
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)
|