39678c7
1
2
3
4
5
6
import cloudinary def upload_image(file_path): response = cloudinary.uploader.upload(file_path) return response['url']