Spaces:
Sleeping
Sleeping
Upload cloud_download.py
Browse files- cloud_download.py +1 -1
cloud_download.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import cloudinary.api
|
| 2 |
-
|
| 3 |
# Assuming you have already configured Cloudinary with your credentials
|
| 4 |
|
| 5 |
def download_file():
|
|
|
|
| 1 |
import cloudinary.api
|
| 2 |
+
import requests
|
| 3 |
# Assuming you have already configured Cloudinary with your credentials
|
| 4 |
|
| 5 |
def download_file():
|