Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ model = PeftModel.from_pretrained(base_model, "rezaenayati/RezAi-Model")
|
|
23 |
@spaces.GPU
|
24 |
def chat_with_rezAi(message, history):
|
25 |
# Build system + conversation prompt
|
26 |
-
blocked_words = [
|
27 |
# Identity & personal
|
28 |
"gay", "lesbian", "trans", "nonbinary", "bisexual", "queer", "straight", "asexual",
|
29 |
"gender", "sexuality", "pronouns", "orientation",
|
|
|
23 |
@spaces.GPU
|
24 |
def chat_with_rezAi(message, history):
|
25 |
# Build system + conversation prompt
|
26 |
+
blocked_words = [
|
27 |
# Identity & personal
|
28 |
"gay", "lesbian", "trans", "nonbinary", "bisexual", "queer", "straight", "asexual",
|
29 |
"gender", "sexuality", "pronouns", "orientation",
|