Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- 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
|