Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ dataset['test'] = split_dataset['test']
|
|
26 |
# Example images
|
27 |
example_images = {
|
28 |
"Example 1": "examples/example_1.png",
|
29 |
-
"Example 2": "examples/
|
30 |
}
|
31 |
|
32 |
def create_url_from_title(title: str, timestamp: int):
|
|
|
26 |
# Example images
|
27 |
example_images = {
|
28 |
"Example 1": "examples/example_1.png",
|
29 |
+
"Example 2": "examples/example_1.png"
|
30 |
}
|
31 |
|
32 |
def create_url_from_title(title: str, timestamp: int):
|