mlbench123 commited on
Commit
415eb49
·
verified ·
1 Parent(s): 329076f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- # HF Spaces installs Gradio from sdk_version in README.md
2
- # Do NOT add gradio here — it causes version conflicts
3
 
4
- huggingface_hub>=0.24.0
5
- Pillow>=10.0.0
 
1
+ # HF Spaces installs Gradio automatically from sdk_version in README.md
2
+ # Do NOT add gradio here — it causes version conflicts on Spaces
3
 
4
+ Pillow>=10.0.0
5
+ requests>=2.31.0