Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
|
@@ -546,5 +546,5 @@ def data_api_stats():
|
|
| 546 |
# -----------------------------------------------------------------------------
|
| 547 |
|
| 548 |
if __name__ == "__main__":
|
| 549 |
-
port = int(os.environ.get("PORT",
|
| 550 |
app.run(debug=True, host="0.0.0.0", port=port)
|
|
|
|
| 546 |
# -----------------------------------------------------------------------------
|
| 547 |
|
| 548 |
if __name__ == "__main__":
|
| 549 |
+
port = int(os.environ.get("PORT", 7860))
|
| 550 |
app.run(debug=True, host="0.0.0.0", port=port)
|