Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Fixed changes for new gradio
Browse files- app.py +1 -1
- 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 |
-
|
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
|
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
|