Spaces:
Sleeping
Sleeping
update webscraping
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
|
@@ -7,5 +7,9 @@ torch>=2.0.0
|
|
| 7 |
# Web interface
|
| 8 |
gradio>=4.0.0
|
| 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
# Optional: for better performance (si funciona la instalaci贸n)
|
| 11 |
# torch>=2.0.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
|
|
|
|
| 7 |
# Web interface
|
| 8 |
gradio>=4.0.0
|
| 9 |
|
| 10 |
+
# Web scraping para an谩lisis de URLs
|
| 11 |
+
requests>=2.25.0
|
| 12 |
+
beautifulsoup4>=4.9.0
|
| 13 |
+
|
| 14 |
# Optional: for better performance (si funciona la instalaci贸n)
|
| 15 |
# torch>=2.0.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
|