Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -363,5 +363,5 @@ def ping():
|
|
| 363 |
return jsonify({"status": "ok"})
|
| 364 |
|
| 365 |
if __name__ == "__main__":
|
| 366 |
-
port = int(os.getenv("PORT",
|
| 367 |
app.run(host="0.0.0.0", port=port, debug=True)
|
|
|
|
| 363 |
return jsonify({"status": "ok"})
|
| 364 |
|
| 365 |
if __name__ == "__main__":
|
| 366 |
+
port = int(os.getenv("PORT", 7860))
|
| 367 |
app.run(host="0.0.0.0", port=port, debug=True)
|