mbarnig commited on
Commit
acc345c
·
verified ·
1 Parent(s): 9169be7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def infer(name, pet, background, style, seed=42, randomize_seed=False, width=102
45
  else:
46
  place = intro + " in the forest "
47
 
48
- if style == "photo":
49
  prompt = place + "holding a signal that says " + name + "in a photorealistic style"
50
  elif style == "Cartoon":
51
  prompt = place + "holding a signal that says " + name + "in a cartoon style"
 
45
  else:
46
  place = intro + " in the forest "
47
 
48
+ if style == "Photo":
49
  prompt = place + "holding a signal that says " + name + "in a photorealistic style"
50
  elif style == "Cartoon":
51
  prompt = place + "holding a signal that says " + name + "in a cartoon style"