xhluca commited on
Commit
3386023
·
1 Parent(s): f9de007

update app

Browse files
Files changed (2) hide show
  1. app.py +1 -4
  2. requirements.txt +1 -7
app.py CHANGED
@@ -23,8 +23,5 @@ with gr.Blocks() as demo:
23
  )
24
  df = load_data()
25
  table = gr.DataFrame(df, show_label=False)
26
-
27
- scheduler = BackgroundScheduler()
28
- scheduler.add_job(restart_space, "interval", seconds=1800)
29
- scheduler.start()
30
  demo.queue(default_concurrency_limit=40).launch()
 
23
  )
24
  df = load_data()
25
  table = gr.DataFrame(df, show_label=False)
26
+
 
 
 
27
  demo.queue(default_concurrency_limit=40).launch()
requirements.txt CHANGED
@@ -3,14 +3,8 @@ black
3
  datasets
4
  gradio
5
  gradio[oauth]
6
- gradio_leaderboard==0.0.13
7
  gradio_client
8
  huggingface-hub>=0.18.0
9
- matplotlib
10
  numpy
11
  pandas
12
- python-dateutil
13
- tqdm
14
- transformers
15
- tokenizers>=0.15.0
16
- sentencepiece
 
3
  datasets
4
  gradio
5
  gradio[oauth]
 
6
  gradio_client
7
  huggingface-hub>=0.18.0
 
8
  numpy
9
  pandas
10
+ tqdm