Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -45,6 +45,8 @@ def predict_sales():
|
|
| 45 |
# Return the prediction as a JSON response
|
| 46 |
return jsonify({'Sales': prediction})
|
| 47 |
|
|
|
|
|
|
|
| 48 |
|
| 49 |
# Run the Flask app in debug mode
|
| 50 |
if __name__ == '__main__':
|
|
|
|
| 45 |
# Return the prediction as a JSON response
|
| 46 |
return jsonify({'Sales': prediction})
|
| 47 |
|
| 48 |
+
# Adding a comment to force a file change detection - this is a test
|
| 49 |
+
# You can remove this comment later if the upload works
|
| 50 |
|
| 51 |
# Run the Flask app in debug mode
|
| 52 |
if __name__ == '__main__':
|