Macdensten91 commited on
Commit
553ae67
·
verified ·
1 Parent(s): dc1cf99

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -1
requirements.txt CHANGED
@@ -1 +1,9 @@
1
- huggingface_hub==0.25.2
 
 
 
 
 
 
 
 
 
1
+ huggingface_hub==0.25.2
2
+ # For the chat interface and Hugging Face Inference API
3
+ gradio>=3.16.0
4
+
5
+ # Optional: For scraping dynamic content using Selenium
6
+ selenium>=4.0.0
7
+
8
+ # Optional: Manage ChromeDriver for Selenium automatically (if you want to avoid manual downloads)
9
+ webdriver-manager>=3.8.5