Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -58,8 +58,8 @@ if file is not None:
|
|
| 58 |
# "Authorization": "Bearer YOUR_API_KEY", # Replace with actual API key if needed
|
| 59 |
"Content-Type": "multipart/form-data"
|
| 60 |
}
|
| 61 |
-
file_data = {"file": ("batch.csv", file.getvalue(), "text/csv")
|
| 62 |
-
|
| 63 |
response = requests.post(
|
| 64 |
"https://MainiSandeep1987-BackEndFlaskAPITelecomChurnPrediction.hf.space/v1/customerbatch",
|
| 65 |
files=file_data,
|
|
|
|
| 58 |
# "Authorization": "Bearer YOUR_API_KEY", # Replace with actual API key if needed
|
| 59 |
"Content-Type": "multipart/form-data"
|
| 60 |
}
|
| 61 |
+
file_data = {"file": ("batch.csv", file.getvalue(), "text/csv")
|
| 62 |
+
}
|
| 63 |
response = requests.post(
|
| 64 |
"https://MainiSandeep1987-BackEndFlaskAPITelecomChurnPrediction.hf.space/v1/customerbatch",
|
| 65 |
files=file_data,
|