Spaces:
mashroo
/
Runtime error

YoussefAnso commited on
Commit
f441be3
·
1 Parent(s): 2ab4260

Update requirements.txt to remove specific versions for gradio and huggingface-hub, allowing for more flexible dependency management. Comment out onnxruntime for potential future use.

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- gradio==4.21.0
2
- huggingface-hub==0.19.3
3
  diffusers==0.24.0
4
  einops==0.7.0
5
  Pillow==10.1.0
@@ -17,6 +17,6 @@ trimesh
17
  xatlas
18
  ninja
19
  pymeshlab
20
- onnxruntime
21
 
22
 
 
1
+ gradio
2
+ huggingface-hub
3
  diffusers==0.24.0
4
  einops==0.7.0
5
  Pillow==10.1.0
 
17
  xatlas
18
  ninja
19
  pymeshlab
20
+ # onnxruntime
21
 
22