Spaces:
Sleeping
Sleeping
Fix: Replace external URLs with local example images to avoid 429 errors
Browse files- app.py +3 -3
- examples/character.jpg +260 -0
- examples/city.jpg +260 -0
- examples/landscape.jpg +260 -0
app.py
CHANGED
@@ -104,9 +104,9 @@ def infer(
|
|
104 |
|
105 |
|
106 |
examples = [
|
107 |
-
["A fantasy landscape with mountains and a lake", "
|
108 |
-
["A cyberpunk city street scene", "
|
109 |
-
["A cartoon character in winter clothing", "
|
110 |
]
|
111 |
|
112 |
css = """
|
|
|
104 |
|
105 |
|
106 |
examples = [
|
107 |
+
["A fantasy landscape with mountains and a lake", "examples/landscape.jpg"],
|
108 |
+
["A cyberpunk city street scene", "examples/city.jpg"],
|
109 |
+
["A cartoon character in winter clothing", "examples/character.jpg"],
|
110 |
]
|
111 |
|
112 |
css = """
|
examples/character.jpg
ADDED
![]() |
examples/city.jpg
ADDED
![]() |
examples/landscape.jpg
ADDED
![]() |