Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -22,8 +22,9 @@ dataset['train'] = split_dataset['train']
|
|
22 |
dataset['test'] = split_dataset['test']
|
23 |
|
24 |
example_images = {
|
25 |
-
"Example 1": "
|
26 |
-
"Example 2": "
|
|
|
27 |
}
|
28 |
|
29 |
def create_url_from_title(title: str, timestamp: int):
|
|
|
22 |
dataset['test'] = split_dataset['test']
|
23 |
|
24 |
example_images = {
|
25 |
+
"Example 1": "example_3.png",
|
26 |
+
"Example 2": "example_2.png",
|
27 |
+
"Example 3": "examples/example_1.png"
|
28 |
}
|
29 |
|
30 |
def create_url_from_title(title: str, timestamp: int):
|