Prompthumanizer commited on
Commit
5d34154
·
verified ·
1 Parent(s): 5e97468

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,10 +1,9 @@
1
  APScheduler
2
  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
@@ -13,4 +12,5 @@ python-dateutil
13
  tqdm
14
  transformers
15
  tokenizers>=0.15.0
16
- sentencepiece
 
 
1
  APScheduler
2
  black
3
  datasets
4
+ gradio==4.36.1 # 이 버전은 유지
5
  gradio[oauth]
6
  gradio_leaderboard==0.0.13
 
7
  huggingface-hub>=0.18.0
8
  matplotlib
9
  numpy
 
12
  tqdm
13
  transformers
14
  tokenizers>=0.15.0
15
+ sentencepiece
16
+