ujin-song commited on
Commit
6617ff7
1 Parent(s): b96bfe3

minor change in example prompts

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -193,7 +193,7 @@ examples_context = [
193
  ]
194
 
195
  examples_region1 = ['In a casual t-shirt', 'wearing jeans']
196
- examples_region2 = ['smiling, wearing a blue hoodie']
197
 
198
  with open('multi-concept/pose_data/pose.json') as f:
199
  d = json.load(f)
 
193
  ]
194
 
195
  examples_region1 = ['In a casual t-shirt', 'wearing jeans']
196
+ examples_region2 = ['smiling, wearing a yellow hoodie', 'In a baseball uniform']
197
 
198
  with open('multi-concept/pose_data/pose.json') as f:
199
  d = json.load(f)