Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
-
gradio
|
2 |
-
|
3 |
-
|
4 |
nltk
|
5 |
-
|
6 |
-
lxml[html_clean]
|
|
|
1 |
+
gradio
|
2 |
+
requests
|
3 |
+
beautifulsoup4
|
4 |
nltk
|
5 |
+
google-generativeai
|
|