Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
-
pyaudio
|
2 |
gradio
|
3 |
-
datasets
|
4 |
-
transformers
|
5 |
-
torch
|
6 |
-
pandas
|
7 |
numpy
|
|
|
8 |
matplotlib
|
|
|
|
|
9 |
Pillow
|
10 |
-
|
|
|
|
|
|
1 |
gradio
|
|
|
|
|
|
|
|
|
2 |
numpy
|
3 |
+
pandas
|
4 |
matplotlib
|
5 |
+
torch
|
6 |
+
transformers
|
7 |
Pillow
|
8 |
+
datasets
|
9 |
+
plotly
|