VibeCodingScientist commited on
Commit
3b68594
·
verified ·
1 Parent(s): ab29e65

Deploy RefusalBench leaderboard (v1.1-frozen, arXiv:2605.21545)

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. app.py +0 -1
  3. requirements.txt +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🧬
4
  colorFrom: red
5
  colorTo: indigo
6
  sdk: gradio
7
- sdk_version: 4.44.1
8
  app_file: app.py
9
  pinned: true
10
  license: mit
 
4
  colorFrom: red
5
  colorTo: indigo
6
  sdk: gradio
7
+ sdk_version: 5.0
8
  app_file: app.py
9
  pinned: true
10
  license: mit
app.py CHANGED
@@ -554,7 +554,6 @@ with gr.Blocks(
554
  theme=gr.themes.Soft(
555
  primary_hue="red",
556
  secondary_hue="indigo",
557
- font=[gr.themes.GoogleFont("Source Serif 4"), "serif"],
558
  ),
559
  title="RefusalBench",
560
  css="""
 
554
  theme=gr.themes.Soft(
555
  primary_hue="red",
556
  secondary_hue="indigo",
 
557
  ),
558
  title="RefusalBench",
559
  css="""
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- gradio==4.44.1
2
  pandas>=2.0
3
  numpy>=1.24
4
  matplotlib>=3.7
 
1
+ gradio>=5.0,<6
2
  pandas>=2.0
3
  numpy>=1.24
4
  matplotlib>=3.7