Spaces:
Runtime error
Runtime error
Fabrice-TIERCELIN
commited on
This Pull Request fixes the spaces
Browse filesThis PR adds a missing dependency: onnxruntime
Click on _Merge_ to add this feature.
- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -5,5 +5,6 @@ torch==2.0.1
|
|
5 |
transformers==4.35.0
|
6 |
trimesh==4.0.5
|
7 |
rembg
|
|
|
8 |
huggingface-hub
|
9 |
gradio
|
|
|
5 |
transformers==4.35.0
|
6 |
trimesh==4.0.5
|
7 |
rembg
|
8 |
+
onnxruntime
|
9 |
huggingface-hub
|
10 |
gradio
|