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 = "
|
7 |
|
8 |
def get_image_from_hardcoded_url(prompt):
|
9 |
"""
|
|
|
3 |
from io import BytesIO
|
4 |
from PIL import Image
|
5 |
|
6 |
+
HARDCODED_URL = "" # Replace with your desired URL
|
7 |
|
8 |
def get_image_from_hardcoded_url(prompt):
|
9 |
"""
|