Shaltiel commited on
Commit
6c2c590
1 Parent(s): c387190

Fixed changes for new gradio

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -1
app.py CHANGED
@@ -201,7 +201,7 @@ with demo:
201
  interactive=False,
202
  visible=True,
203
  column_widths=["3%", "33%"] ,
204
- height=600
205
  )
206
 
207
  # Dummy leaderboard for handling the case when the user uses backspace key
 
201
  interactive=False,
202
  visible=True,
203
  column_widths=["3%", "33%"] ,
204
+ max_height=600
205
  )
206
 
207
  # Dummy leaderboard for handling the case when the user uses backspace key
requirements.txt CHANGED
@@ -11,7 +11,7 @@ pandas==2.0.0
11
  python-dateutil==2.8.2
12
  requests
13
  tqdm==4.65.0
14
- transformers==4.45.0
15
  tokenizers>=0.15.0
16
  accelerate==0.24.1
17
  sentencepiece
 
11
  python-dateutil==2.8.2
12
  requests
13
  tqdm==4.65.0
14
+ transformers
15
  tokenizers>=0.15.0
16
  accelerate==0.24.1
17
  sentencepiece