Spaces:
Running
Running
Dependency Fix
Browse files- README.md +2 -0
- requirements.txt +1 -0
README.md
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
title: RAG-Scraper
|
2 |
emoji: 🥳
|
3 |
colorFrom: blue
|
@@ -10,3 +11,4 @@ license: creativeml-openrail-m
|
|
10 |
short_description: 'Scrape webpages for RAG purposes'
|
11 |
#thumbnail: >-
|
12 |
# https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/YQdpDtR9myOBCOzUDLaAE.png
|
|
|
|
1 |
+
---
|
2 |
title: RAG-Scraper
|
3 |
emoji: 🥳
|
4 |
colorFrom: blue
|
|
|
11 |
short_description: 'Scrape webpages for RAG purposes'
|
12 |
#thumbnail: >-
|
13 |
# https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/YQdpDtR9myOBCOzUDLaAE.png
|
14 |
+
---
|
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
gradio
|
2 |
requests
|
3 |
beautifulsoup4
|
|
|
1 |
+
html2text
|
2 |
gradio
|
3 |
requests
|
4 |
beautifulsoup4
|