ChavinloSocialRise commited on
Commit
63cf4d1
·
verified ·
1 Parent(s): 74da4cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -205,7 +205,7 @@ AVAILABLE_PICTURES = """
205
 
206
  def attack_sus(message, max_tokens, temperature, top_p, available_pic_str):
207
 
208
- SUS_PROMPT.replace("AVAILABLE_PICTURES_REPLACE_TEXT", available_pic_str)
209
 
210
  output = llm_client.chat_completion(
211
  model="meta-llama/Llama-3.2-11B-Vision-Instruct",
 
205
 
206
  def attack_sus(message, max_tokens, temperature, top_p, available_pic_str):
207
 
208
+ SUS_PROMPT = SUS_PROMPT.replace("AVAILABLE_PICTURES_REPLACE_TEXT", available_pic_str)
209
 
210
  output = llm_client.chat_completion(
211
  model="meta-llama/Llama-3.2-11B-Vision-Instruct",