daveokpare commited on
Commit
be9164b
·
1 Parent(s): 2c18724

Update prompt

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,8 +30,8 @@ if uploaded_file is not None and username is not None:
30
  input={
31
  "image": open(temp_file.name, "rb"),
32
  "temperature": 1.3,
33
- "prompt": f"This is {username}. Write something about {username} to brighten up their "
34
- f"day. And give them compliments. Write something about how they are dressed."
35
  }
36
  )
37
 
 
30
  input={
31
  "image": open(temp_file.name, "rb"),
32
  "temperature": 1.3,
33
+ "prompt": f"This is {username}. Write something nice about {username} to brighten up their "
34
+ f"day. And give them compliments."
35
  }
36
  )
37