Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -69,9 +69,9 @@ def generate_object_history(object_name):
|
|
| 69 |
# Get prompts for the object
|
| 70 |
prompts = generate_prompts_for_object(object_name)
|
| 71 |
labels = {
|
| 72 |
-
"past": "Past
|
| 73 |
-
"present": "Present
|
| 74 |
-
"future": "Future
|
| 75 |
}
|
| 76 |
|
| 77 |
# Generate sequential images and display them
|
|
|
|
| 69 |
# Get prompts for the object
|
| 70 |
prompts = generate_prompts_for_object(object_name)
|
| 71 |
labels = {
|
| 72 |
+
"past": f"{object_name} - Past",
|
| 73 |
+
"present": f"{object_name} - Present",
|
| 74 |
+
"future": f"{object_name} - Future"
|
| 75 |
}
|
| 76 |
|
| 77 |
# Generate sequential images and display them
|