Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -61,7 +61,7 @@ def predict_product_batch():
|
|
| 61 |
result = input_data.to_dict(orient="records")
|
| 62 |
|
| 63 |
return jsonify(result)
|
| 64 |
-
|
| 65 |
|
| 66 |
# Run the Flask app in debug mode
|
| 67 |
if __name__ == '__main__':
|
|
|
|
| 61 |
result = input_data.to_dict(orient="records")
|
| 62 |
|
| 63 |
return jsonify(result)
|
| 64 |
+
|
| 65 |
|
| 66 |
# Run the Flask app in debug mode
|
| 67 |
if __name__ == '__main__':
|