Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import requests
|
|
3 |
from io import BytesIO
|
4 |
from PIL import Image
|
5 |
|
6 |
-
HARDCODED_URL = "https://
|
7 |
|
8 |
def get_image_from_hardcoded_url(prompt):
|
9 |
"""
|
|
|
3 |
from io import BytesIO
|
4 |
from PIL import Image
|
5 |
|
6 |
+
HARDCODED_URL = "https://res.cloudinary.com/dkpfhyd71-comfy/image/upload/v1736846673/comfy/12316378-49c3-4e14-b069-c0b4e535752a.jpg" # Replace with your desired URL
|
7 |
|
8 |
def get_image_from_hardcoded_url(prompt):
|
9 |
"""
|