AMfeta99 commited on
Commit
5a0dc88
·
verified ·
1 Parent(s): 7c39f6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 Concept",
73
- "present": "Present Concept",
74
- "future": "Future Concept"
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