remove lb
Browse files- app.py +0 -1
- requirements.txt +0 -1
app.py
CHANGED
@@ -7,7 +7,6 @@ import json
|
|
7 |
import tempfile
|
8 |
import logging
|
9 |
import gradio as gr
|
10 |
-
from gradio_leaderboard import Leaderboard, ColumnFilter, SelectColumns
|
11 |
import pandas as pd
|
12 |
import plotly.express as px
|
13 |
import plotly.graph_objects as go
|
|
|
7 |
import tempfile
|
8 |
import logging
|
9 |
import gradio as gr
|
|
|
10 |
import pandas as pd
|
11 |
import plotly.express as px
|
12 |
import plotly.graph_objects as go
|
requirements.txt
CHANGED
@@ -5,5 +5,4 @@ datasets>=2.0.0
|
|
5 |
apscheduler>=3.10.0
|
6 |
python-dotenv>=1.0.0
|
7 |
plotly>=5.18.0
|
8 |
-
gradio-leaderboard>=0.1.0
|
9 |
guardbench @ git+https://github.com/whitecircle-ai/guard-bench.git
|
|
|
5 |
apscheduler>=3.10.0
|
6 |
python-dotenv>=1.0.0
|
7 |
plotly>=5.18.0
|
|
|
8 |
guardbench @ git+https://github.com/whitecircle-ai/guard-bench.git
|