Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ dataset['test'] = split_dataset['test']
|
|
25 |
|
26 |
# Example images
|
27 |
example_images = {
|
28 |
-
"Example 1": "
|
29 |
"Example 2": "examples/example_1.png"
|
30 |
}
|
31 |
|
|
|
25 |
|
26 |
# Example images
|
27 |
example_images = {
|
28 |
+
"Example 1": "example_2.png",
|
29 |
"Example 2": "examples/example_1.png"
|
30 |
}
|
31 |
|