Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
gradio
|
4 |
torch
|
5 |
-
|
|
|
|
|
6 |
numpy
|
|
|
1 |
+
|
2 |
+
|
3 |
gradio
|
4 |
torch
|
5 |
+
torchvision
|
6 |
+
torchaudio
|
7 |
+
requests
|
8 |
numpy
|