Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,6 @@ cloudinary.config(
|
|
22 |
api_secret = os.getenv("SECRET"),
|
23 |
secure=True
|
24 |
)
|
25 |
-
|
26 |
def upload_to_cloudinary(file_path, label):
|
27 |
"""
|
28 |
Upload file to Cloudinary with specified label as folder
|
|
|
22 |
api_secret = os.getenv("SECRET"),
|
23 |
secure=True
|
24 |
)
|
|
|
25 |
def upload_to_cloudinary(file_path, label):
|
26 |
"""
|
27 |
Upload file to Cloudinary with specified label as folder
|