Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import gradio as gr
|
|
| 2 |
from PIL import Image
|
| 3 |
|
| 4 |
# Load or generate your images
|
| 5 |
-
image_paths = ["1.
|
| 6 |
images = [Image.open(path) for path in image_paths]
|
| 7 |
N = len(images)
|
| 8 |
|
|
|
|
| 2 |
from PIL import Image
|
| 3 |
|
| 4 |
# Load or generate your images
|
| 5 |
+
image_paths = ["1.png", "2.png", "3.png", "4.png"]
|
| 6 |
images = [Image.open(path) for path in image_paths]
|
| 7 |
N = len(images)
|
| 8 |
|