Spaces:
Sleeping
Sleeping
James MacQuillan
commited on
Commit
·
31ee2c5
1
Parent(s):
c250a6a
change req
Browse files- requirements.txt +4 -6
requirements.txt
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
huggingface_hub==0.22.2
|
2 |
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
beautifulsoup4 # For web scraping
|
8 |
-
lxml # For parsing HTML with BeautifulSoup
|
|
|
1 |
huggingface_hub==0.22.2
|
2 |
|
3 |
+
gradio
|
4 |
+
requests
|
5 |
+
beautifulsoup4
|
6 |
+
lxml
|
|
|
|