Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
|
@@ -1,10 +1,8 @@
|
|
| 1 |
-
gradio
|
| 2 |
gradio[oauth]
|
| 3 |
requests~=2.32.4
|
| 4 |
huggingface-hub~=0.36.0
|
| 5 |
pillow~=11.3.0
|
| 6 |
transformers~=4.53.2
|
| 7 |
-
torch
|
| 8 |
-
torchvision
|
| 9 |
-
--index-url https://download.pytorch.org/whl/cpu
|
| 10 |
-
numpy>=1.21.0
|
|
|
|
| 1 |
+
gradio~=5.49.1
|
| 2 |
gradio[oauth]
|
| 3 |
requests~=2.32.4
|
| 4 |
huggingface-hub~=0.36.0
|
| 5 |
pillow~=11.3.0
|
| 6 |
transformers~=4.53.2
|
| 7 |
+
torch
|
| 8 |
+
torchvision
|
|
|
|
|
|