Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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",
|