Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
-
gradio
|
2 |
numpy
|
3 |
pandas
|
4 |
matplotlib
|
5 |
torch
|
6 |
transformers
|
7 |
-
|
|
|
|
|
8 |
|
|
|
1 |
+
gradio==3.48.0 #You may need to find the latest version of gradio to ensure it runs
|
2 |
numpy
|
3 |
pandas
|
4 |
matplotlib
|
5 |
torch
|
6 |
transformers
|
7 |
+
Pillow
|
8 |
+
datasets
|
9 |
+
huggingface_hub
|
10 |
|