Spaces:
Running
Running
fix: syntax error
Browse files
app.py
CHANGED
@@ -182,13 +182,13 @@ def build_lora_prompt(subject, lora_id):
|
|
182 |
)
|
183 |
elif lora_id == "d7cbf9b4-82cd-4a94-ba2f-040e809635fa": # Angry
|
184 |
return (
|
185 |
-
f"The video starts with the {subject} looking at the camera with a neutral face.
|
186 |
f"Then the facial expression of the {subject} changes to 4ngr23 angry face, and begins to yell with clenched fists."
|
187 |
|
188 |
)
|
189 |
elif lora_id == "e17959c4-9fa5-4e5b-8f69-d1fb01bbe4fa": # Cartoon Jaw Drop
|
190 |
return (
|
191 |
-
f"The video shows {subject} smiling wide,
|
192 |
f"then {subject} mouth transforms into a dr0p_j88 comical jaw drop, extending down in a long, rectangular shape, and revealing his tongue and teeth."
|
193 |
)
|
194 |
elif lora_id == "687255bb-959e-4422-bdbb-5aba93c7c180": # Kissing
|
@@ -205,7 +205,7 @@ def build_lora_prompt(subject, lora_id):
|
|
205 |
)
|
206 |
elif lora_id == "13093298-652c-4df8-ba28-62d9d5924754": # Take a selfie with your younger self
|
207 |
return (
|
208 |
-
f"The video starts with the {subject} smiling at the camera, then s31lf13 taking a selfie with their younger self,
|
209 |
f"and the younger self appears next to the {subject} with similar facial features and eye color. "
|
210 |
f"The younger self wears a white t-shirt and has a cream white jacket. The younger self is smiling slightly."
|
211 |
)
|
|
|
182 |
)
|
183 |
elif lora_id == "d7cbf9b4-82cd-4a94-ba2f-040e809635fa": # Angry
|
184 |
return (
|
185 |
+
f"The video starts with the {subject} looking at the camera with a neutral face. "
|
186 |
f"Then the facial expression of the {subject} changes to 4ngr23 angry face, and begins to yell with clenched fists."
|
187 |
|
188 |
)
|
189 |
elif lora_id == "e17959c4-9fa5-4e5b-8f69-d1fb01bbe4fa": # Cartoon Jaw Drop
|
190 |
return (
|
191 |
+
f"The video shows {subject} smiling wide, "
|
192 |
f"then {subject} mouth transforms into a dr0p_j88 comical jaw drop, extending down in a long, rectangular shape, and revealing his tongue and teeth."
|
193 |
)
|
194 |
elif lora_id == "687255bb-959e-4422-bdbb-5aba93c7c180": # Kissing
|
|
|
205 |
)
|
206 |
elif lora_id == "13093298-652c-4df8-ba28-62d9d5924754": # Take a selfie with your younger self
|
207 |
return (
|
208 |
+
f"The video starts with the {subject} smiling at the camera, then s31lf13 taking a selfie with their younger self, "
|
209 |
f"and the younger self appears next to the {subject} with similar facial features and eye color. "
|
210 |
f"The younger self wears a white t-shirt and has a cream white jacket. The younger self is smiling slightly."
|
211 |
)
|