rezaenayati commited on
Commit
b71a355
·
verified ·
1 Parent(s): e9b54a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",