Spaces:
Running
Running
n0v33n
commited on
Commit
·
42adaec
1
Parent(s):
8724d52
minor changes
Browse files- __pycache__/WebScraper.cpython-312.pyc +0 -0
- __pycache__/merge_md.cpython-312.pyc +0 -0
- app.py +4 -0
__pycache__/WebScraper.cpython-312.pyc
ADDED
Binary file (24.3 kB). View file
|
|
__pycache__/merge_md.cpython-312.pyc
ADDED
Binary file (12 kB). View file
|
|
app.py
CHANGED
@@ -313,3 +313,7 @@ with gr.Blocks(title="General Website Scraper", theme=gr.themes.Soft()) as demo:
|
|
313 |
|
314 |
if __name__ == "__main__":
|
315 |
demo.launch(mcp_server=True, share=True, server_port=7860)
|
|
|
|
|
|
|
|
|
|
313 |
|
314 |
if __name__ == "__main__":
|
315 |
demo.launch(mcp_server=True, share=True, server_port=7860)
|
316 |
+
|
317 |
+
|
318 |
+
# @https://google.github.io/adk-docs/get-started/installation/
|
319 |
+
# use process scrape to extract above link and of maxpages of 2 and mergepdf using process_merge_to_pdf
|