Spaces:
Running
Running
Trisha Tomy
commited on
Commit
·
6f61f21
1
Parent(s):
7b40088
updated port
Browse files
app.py
CHANGED
@@ -129,5 +129,5 @@ if __name__ == '__main__':
|
|
129 |
# Removed exit(1) to allow the Flask app to start for basic connectivity checks,
|
130 |
# but runner initialization will still fail if token is missing.
|
131 |
# For full functionality, the token is essential.
|
132 |
-
logger.info("Starting Flask development server on 0.0.0.0:
|
133 |
-
app.run(host='0.0.0.0', port=
|
|
|
129 |
# Removed exit(1) to allow the Flask app to start for basic connectivity checks,
|
130 |
# but runner initialization will still fail if token is missing.
|
131 |
# For full functionality, the token is essential.
|
132 |
+
logger.info("Starting Flask development server on 0.0.0.0:7860...")
|
133 |
+
app.run(host='0.0.0.0', port=7860, debug=True)
|