GunaKoppula commited on
Commit
255b8d3
·
1 Parent(s): 393cb3e

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 + 'a puppy'
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)