Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -90,4 +90,3 @@ def superkart_sales_batch():
|
|
| 90 |
# Run the Flask application in debug mode if this script is executed directly
|
| 91 |
if __name__ == '__main__':
|
| 92 |
superkart_sales_predictor_api.run(debug=True)
|
| 93 |
-
|
|
|
|
| 90 |
# Run the Flask application in debug mode if this script is executed directly
|
| 91 |
if __name__ == '__main__':
|
| 92 |
superkart_sales_predictor_api.run(debug=True)
|
|
|