Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def generate_prompts_for_object(object_name):
|
|
28 |
prompts = {
|
29 |
"past": f"Show an old version of a {object_name} from its early days.",
|
30 |
"present": f"Show a modern {object_name} with its current design and technology.",
|
31 |
-
"future": f"Show a futuristic version of a {object_name}
|
32 |
}
|
33 |
return prompts
|
34 |
|
|
|
28 |
prompts = {
|
29 |
"past": f"Show an old version of a {object_name} from its early days.",
|
30 |
"present": f"Show a modern {object_name} with its current design and technology.",
|
31 |
+
"future": f"Show a futuristic version of a {object_name}, by predicting advanced features and futuristic design."
|
32 |
}
|
33 |
return prompts
|
34 |
|