Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -59,6 +59,5 @@ def predict_rental_price():
|
|
| 59 |
|
| 60 |
|
| 61 |
|
| 62 |
-
# Run the Flask application in debug mode if this script is executed directly
|
| 63 |
if __name__ == '__main__':
|
| 64 |
-
|
|
|
|
| 59 |
|
| 60 |
|
| 61 |
|
|
|
|
| 62 |
if __name__ == '__main__':
|
| 63 |
+
sales_predictor_api.run(debug=True)
|