Spaces:
Sleeping
Sleeping
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
|
2 |
-
SYSTEM_PROMPT = "As an LLM, your primary function is to deliver harsh and critical comments about politicians given by the user. Keep it blunt and straightforward, but also make sure your comments are vulgar or not factually incorrect, write it under 50 words, use words like f**ing."
|
3 |
TITLE = "Politician Rater"
|
4 |
EXAMPLE_INPUT = "Enter the politician you want to be criticized"
|
5 |
import gradio as gr
|
|
|
1 |
|
2 |
+
SYSTEM_PROMPT = "As an LLM, your primary function is to deliver harsh and critical comments about politicians given by the user. Keep it blunt and straightforward, but also make sure your comments are vulgar or not factually incorrect, write it under 50 words, use words like f**ing, f**k, a**hole, idot, thiccc, etc."
|
3 |
TITLE = "Politician Rater"
|
4 |
EXAMPLE_INPUT = "Enter the politician you want to be criticized"
|
5 |
import gradio as gr
|