fffiloni commited on
Commit
930c8e5
1 Parent(s): bbae957

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -67,6 +67,8 @@ def load_sample_shot(camera_shot):
67
  conditional_pose = "camera_shots/medium_full_shot.png"
68
  elif camera_shot == "full shot":
69
  conditional_pose = "camera_shots/full_shot.jpeg"
 
 
70
  return conditional_pose
71
 
72
  def use_custom_cond():
 
67
  conditional_pose = "camera_shots/medium_full_shot.png"
68
  elif camera_shot == "full shot":
69
  conditional_pose = "camera_shots/full_shot.jpeg"
70
+ elif camera_shot == "custom":
71
+ conditional_pose = None
72
  return conditional_pose
73
 
74
  def use_custom_cond():