Spaces:
Running
Running
fix: syntax error
Browse files
app.py
CHANGED
@@ -177,7 +177,7 @@ def build_lora_prompt(subject, lora_id):
|
|
177 |
|
178 |
if lora_id == "c8972c6d-ab8a-4988-9a9d-38082264ef22": # Jumpscare
|
179 |
return (
|
180 |
-
f"The video shows the {subject} with a slight smile, then the j432mpscare jumpscare occurs,
|
181 |
f"revealing a distorted and monstrous face with glowing red eyes, filling the frame and accompanied by a loud scream."
|
182 |
)
|
183 |
elif lora_id == "d7cbf9b4-82cd-4a94-ba2f-040e809635fa": # Angry
|
@@ -835,7 +835,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft(primary_hue="indigo", neutral_hue="
|
|
835 |
<div class="discord-banner">
|
836 |
<h3>✨ Unlock Premium April Fool's Pranks! ✨</h3>
|
837 |
<p>Join our Discord community for exclusive prank effects, surprise features, and more playful fun!</p>
|
838 |
-
<a href="https://
|
839 |
</div>
|
840 |
"""
|
841 |
)
|
|
|
177 |
|
178 |
if lora_id == "c8972c6d-ab8a-4988-9a9d-38082264ef22": # Jumpscare
|
179 |
return (
|
180 |
+
f"The video shows the {subject} with a slight smile, then the j432mpscare jumpscare occurs, "
|
181 |
f"revealing a distorted and monstrous face with glowing red eyes, filling the frame and accompanied by a loud scream."
|
182 |
)
|
183 |
elif lora_id == "d7cbf9b4-82cd-4a94-ba2f-040e809635fa": # Angry
|
|
|
835 |
<div class="discord-banner">
|
836 |
<h3>✨ Unlock Premium April Fool's Pranks! ✨</h3>
|
837 |
<p>Join our Discord community for exclusive prank effects, surprise features, and more playful fun!</p>
|
838 |
+
<a href="https://remade.ai/join-discord?utm_source=Huggingface&utm_medium=Social&utm_campaign=hugginface_space&utm_content=april_fools" target="_blank">Join Discord Now</a>
|
839 |
</div>
|
840 |
"""
|
841 |
)
|