Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
-
transformers
|
| 2 |
torch
|
| 3 |
pandas
|
| 4 |
-
gradio
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
torch
|
| 2 |
pandas
|
| 3 |
+
gradio
|
| 4 |
+
git+https://github.com/huggingface/transformers.git@21f6f58721dd9154357576be6de54eefef1f1818
|
| 5 |
+
git+https://github.com/impira/docquery.git@a494fe5af452d20011da75637aa82d246a869fa0#egg=docquery[web,donut]
|