Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
torch
|
| 2 |
-
gradio
|
|
|
|
| 3 |
pandas
|
| 4 |
-
numpy
|
|
|
|
| 1 |
torch
|
| 2 |
+
gradio==4.44.0
|
| 3 |
+
huggingface_hub==0.25.2
|
| 4 |
pandas
|
| 5 |
+
numpy
|