Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
python-dotenv==1.0.0
|
2 |
torch==1.12.0
|
3 |
torchvision==0.13.0
|
4 |
-
git+https://github.com/deepdoctection/deepdoctection#egg=deepdoctection[hf]
|
|
|
|
1 |
python-dotenv==1.0.0
|
2 |
torch==1.12.0
|
3 |
torchvision==0.13.0
|
4 |
+
git+https://github.com/deepdoctection/deepdoctection#egg=deepdoctection[hf]
|
5 |
+
uvicorn==0.5.0
|