Spaces:
Runtime error
Runtime error
Commit
·
546c1a8
1
Parent(s):
0a25b7c
remove: invalid wandb artifact name
Browse files
application_pages/chat_app.py
CHANGED
|
@@ -49,7 +49,6 @@ def initialize_guardrails():
|
|
| 49 |
[
|
| 50 |
"",
|
| 51 |
"ProtectAI/deberta-v3-base-prompt-injection-v2",
|
| 52 |
-
"wandb://geekyrakshit/guardrails-genie/model-6rwqup9b:v3",
|
| 53 |
],
|
| 54 |
)
|
| 55 |
if classifier_model_name != "":
|
|
|
|
| 49 |
[
|
| 50 |
"",
|
| 51 |
"ProtectAI/deberta-v3-base-prompt-injection-v2",
|
|
|
|
| 52 |
],
|
| 53 |
)
|
| 54 |
if classifier_model_name != "":
|
application_pages/evaluation_app.py
CHANGED
|
@@ -55,7 +55,6 @@ def initialize_guardrails():
|
|
| 55 |
[
|
| 56 |
"",
|
| 57 |
"ProtectAI/deberta-v3-base-prompt-injection-v2",
|
| 58 |
-
"wandb://geekyrakshit/guardrails-genie/model-6rwqup9b:v3",
|
| 59 |
],
|
| 60 |
)
|
| 61 |
if classifier_model_name != "":
|
|
|
|
| 55 |
[
|
| 56 |
"",
|
| 57 |
"ProtectAI/deberta-v3-base-prompt-injection-v2",
|
|
|
|
| 58 |
],
|
| 59 |
)
|
| 60 |
if classifier_model_name != "":
|