AllanHill commited on
Commit
ddfafc2
·
verified ·
1 Parent(s): f853bf2

Update requirement.text

Browse files
Files changed (1) hide show
  1. requirement.text +6 -5
requirement.text CHANGED
@@ -1,5 +1,6 @@
1
- gradio>=4.0.0
2
- requests
3
- Pillow
4
- python-dotenv
5
- beautifulsoup4 # Add this for HTML parsing
 
 
1
+ # Specific versions known to work on Hugging Face
2
+ gradio==4.19.2
3
+ requests==2.31.0
4
+ python-dotenv==1.0.0
5
+ markdown==3.5.1 # Optional: if you add markdown processing
6
+ Pillow==10.1.0 # Optional: for advanced image handling