Spaces:
Running
on
Zero
Running
on
Zero
Upload folder using huggingface_hub
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
1 |
-e git+https://github.com/felixdittrich92/OnnxTR.git#egg=onnxtr[gpu-headless,viz]
|
2 |
gradio>=5.6.0,<6.0.0
|
3 |
spaces>=0.30.4
|
|
|
|
|
|
|
|
1 |
-e git+https://github.com/felixdittrich92/OnnxTR.git#egg=onnxtr[gpu-headless,viz]
|
2 |
gradio>=5.6.0,<6.0.0
|
3 |
spaces>=0.30.4
|
4 |
+
|
5 |
+
# Quick fix to avoid HuggingFace Spaces cudnn9.x Cuda12.x issue
|
6 |
+
onnxruntime-gpu<1.20.0
|