Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -317,7 +317,7 @@ def get_base64_image(image_path):
|
|
317 |
return base64.b64encode(img_file.read()).decode('utf-8')
|
318 |
|
319 |
# Your image path - REPLACE THIS WITH YOUR ACTUAL IMAGE PATH
|
320 |
-
IMAGE_PATH = "fantasy
|
321 |
|
322 |
# Get base64 encoded image
|
323 |
try:
|
|
|
317 |
return base64.b64encode(img_file.read()).decode('utf-8')
|
318 |
|
319 |
# Your image path - REPLACE THIS WITH YOUR ACTUAL IMAGE PATH
|
320 |
+
IMAGE_PATH = "fantasy.jpeg" # or "C:/path/to/your/background.jpg"
|
321 |
|
322 |
# Get base64 encoded image
|
323 |
try:
|