Spaces:
Sleeping
Sleeping
Update pages/1_Introduction.py
Browse files
- pages/1_Introduction.py +1 -1
pages/1_Introduction.py
CHANGED
|
@@ -3,7 +3,7 @@ from PIL import Image
|
|
| 3 |
import io
|
| 4 |
|
| 5 |
# Path to the image generated by DALL-E
|
| 6 |
-
image_path = "
|
| 7 |
|
| 8 |
# Open the image
|
| 9 |
image = Image.open(image_path)
|
|
|
|
| 3 |
import io
|
| 4 |
|
| 5 |
# Path to the image generated by DALL-E
|
| 6 |
+
image_path = r"C:\Users\USER\Downloads\DALL路E 2024-12-28 15.42.29 - A scene showing a father sitting with his child in a cozy living room. The father is pointing to a series of pictures of animals, including a dog and .webp"
|
| 7 |
|
| 8 |
# Open the image
|
| 9 |
image = Image.open(image_path)
|