Spaces:
Running
Running
Commit
·
5de0e4f
1
Parent(s):
4a0e3c0
fixed port
Browse files
app.py
CHANGED
@@ -124,4 +124,4 @@ def log():
|
|
124 |
|
125 |
if __name__=='__main__':
|
126 |
debug_mode = os.getenv('FLASK_DEBUG', 'False').lower() in ['true', '1', 't']
|
127 |
-
app.run(host='0.0.0.0', port='
|
|
|
124 |
|
125 |
if __name__=='__main__':
|
126 |
debug_mode = os.getenv('FLASK_DEBUG', 'False').lower() in ['true', '1', 't']
|
127 |
+
app.run(host='0.0.0.0', port='7860', debug=debug_mode)
|