AMfeta99 commited on
Commit
5a5b59f
·
verified ·
1 Parent(s): 4f63470

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 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
 
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