AMfeta99 commited on
Commit
4f63470
·
verified ·
1 Parent(s): 5420ab6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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} with advanced features and futuristic design."
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