Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def plot_and_save_agent_image(agent_image, save_path=None):
|
|
27 |
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
|
31 |
"future": f"Show a futuristic version of a {object_name}, by predicting advanced features and futuristic design."
|
32 |
}
|
33 |
return prompts
|
|
|
27 |
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 {object_name} with from present with current features/design/technology.",
|
31 |
"future": f"Show a futuristic version of a {object_name}, by predicting advanced features and futuristic design."
|
32 |
}
|
33 |
return prompts
|