chibuzordev commited on
Commit
7ed228e
Β·
verified Β·
1 Parent(s): 679bed8

Update app.py

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