Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -56,19 +56,19 @@ def infer(image_in, camera_shot, conditional_pose, prompt, chosen_model):
|
|
56 |
conditional_pose = conditional_pose
|
57 |
else :
|
58 |
raise gr.Error("No custom conditional shot found !")
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
|
73 |
iid_img = get_instantID(image_in, conditional_pose, prompt)
|
74 |
|
|
|
56 |
conditional_pose = conditional_pose
|
57 |
else :
|
58 |
raise gr.Error("No custom conditional shot found !")
|
59 |
+
|
60 |
+
elif camera_shot == "close-up" :
|
61 |
+
#
|
62 |
+
elif camera_shot == "medium close-up":
|
63 |
+
#
|
64 |
+
elif camera_shot == "medium shot":
|
65 |
+
#
|
66 |
+
elif camera_shot == "cowboy shot":
|
67 |
+
#
|
68 |
+
elif camera_shot == "medium full shot":
|
69 |
+
#
|
70 |
+
elif camera_shot == "full shot":
|
71 |
+
#
|
72 |
|
73 |
iid_img = get_instantID(image_in, conditional_pose, prompt)
|
74 |
|