Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -119,5 +119,5 @@ gr.Interface(
|
|
| 119 |
label="Modulator at layer 12"),
|
| 120 |
label,
|
| 121 |
],
|
| 122 |
-
examples=[["./donut.png"]],
|
| 123 |
).launch()
|
|
|
|
| 119 |
label="Modulator at layer 12"),
|
| 120 |
label,
|
| 121 |
],
|
| 122 |
+
examples=[["./donut.png"], ["./horses.png"], ["./pencil.png"]],
|
| 123 |
).launch()
|