Navyabhat commited on
Commit
c6b3844
1 Parent(s): a6d1a1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -274,7 +274,7 @@ def generate_image_from_prompt(text_in, style_in):
274
  print(style_file)
275
  print(idx)
276
 
277
- prompt = text_in
278
 
279
  style_seed = STYLE_SEEDS[idx]
280
  style_dict = torch.load(style_file)
 
274
  print(style_file)
275
  print(idx)
276
 
277
+ prompt = text_in + ' a puppy'
278
 
279
  style_seed = STYLE_SEEDS[idx]
280
  style_dict = torch.load(style_file)