Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -44,9 +44,9 @@ gr.Interface(
|
|
44 |
gr.Textbox(label="π Summary Statistics"),
|
45 |
gr.Textbox(label="πΊ PSC-AUC Score"),
|
46 |
gr.Plot(label="π PSC Curve"),
|
47 |
-
gr.Textbox(label="π Perturbed Query Example"),
|
48 |
-
gr.Textbox(label="π’ Perturbed Response Example"),
|
49 |
-
gr.Textbox(label="π΄ Directly Perturbed Normal Response Example")
|
50 |
],
|
51 |
title="Adversarial Testing on RAGiant System",
|
52 |
description="Evaluate robustness against textual attacks and visualize degradation with ARI & PSC-AUC."
|
|
|
44 |
gr.Textbox(label="π Summary Statistics"),
|
45 |
gr.Textbox(label="πΊ PSC-AUC Score"),
|
46 |
gr.Plot(label="π PSC Curve"),
|
47 |
+
# gr.Textbox(label="π Perturbed Query Example"),
|
48 |
+
# gr.Textbox(label="π’ Perturbed Response Example"),
|
49 |
+
# gr.Textbox(label="π΄ Directly Perturbed Normal Response Example")
|
50 |
],
|
51 |
title="Adversarial Testing on RAGiant System",
|
52 |
description="Evaluate robustness against textual attacks and visualize degradation with ARI & PSC-AUC."
|