Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
1 |
torch
|
2 |
donut-python
|
3 |
-
gradio
|
|
|
|
|
|
|
|
1 |
torch
|
2 |
donut-python
|
3 |
+
gradio
|
4 |
+
transformers==4.25.1
|
5 |
+
timm==0.5.4
|
6 |
+
pytorch-lightning==1.6.4
|