Spaces:
Runtime error
Runtime error
File size: 2,014 Bytes
e6da2e3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
* Running on http://127.0.0.1:5000
Press CTRL+C to quit
* Restarting with stat
* Debugger is active!
* Debugger PIN: 362-990-034
127.0.0.1 - - [16/Dec/2025 01:27:49] "POST /predict HTTP/1.1" 200 -
127.0.0.1 - - [16/Dec/2025 01:34:34] "GET / HTTP/1.1" 404 -
127.0.0.1 - - [16/Dec/2025 01:34:36] "GET /favicon.ico HTTP/1.1" 404 -
* Detected change in 'C:\\Users\\CINDY\\OneDrive\\Desktop\\fraud_detection_api\\app\\model.py', reloading
* Restarting with stat
* Debugger is active!
* Debugger PIN: 362-990-034
127.0.0.1 - - [16/Dec/2025 01:45:01] "POST /api/predict HTTP/1.1" 404 -
127.0.0.1 - - [16/Dec/2025 01:45:15] "GET / HTTP/1.1" 404 -
127.0.0.1 - - [16/Dec/2025 01:46:04] "POST /predict HTTP/1.1" 500 -
127.0.0.1 - - [16/Dec/2025 01:47:03] "POST /predict HTTP/1.1" 500 -
127.0.0.1 - - [16/Dec/2025 01:47:28] "POST /predict HTTP/1.1" 500 -
127.0.0.1 - - [16/Dec/2025 01:48:59] "POST /predict HTTP/1.1" 200 -
* Detected change in 'C:\\Users\\CINDY\\OneDrive\\Desktop\\fraud_detection_api\\scripts\\run_integration_debug.py', reloading
* Restarting with stat
* Debugger is active!
* Debugger PIN: 362-990-034
* Detected change in 'C:\\Users\\CINDY\\OneDrive\\Desktop\\fraud_detection_api\\tests\\test_api.py', reloading
* Restarting with stat
* Debugger is active!
* Debugger PIN: 362-990-034
* Detected change in 'C:\\Users\\CINDY\\OneDrive\\Desktop\\fraud_detection_api\\app.py', reloading
* Restarting with stat
* Debugger is active!
* Debugger PIN: 362-990-034
* Detected change in 'C:\\Users\\CINDY\\OneDrive\\Desktop\\fraud_detection_api\\app\\__init__.py', reloading
* Restarting with stat
* Debugger is active!
* Debugger PIN: 362-990-034
* Detected change in 'C:\\Users\\CINDY\\OneDrive\\Desktop\\fraud_detection_api\\app\\routes.py', reloading
* Restarting with stat
* Debugger is active!
* Debugger PIN: 362-990-034
|