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