Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ print("🐋 Welcome to HuggingWhale.AI")
|
|
4 |
print("Drop your chaos here and we'll pretend to make sense of it...\n")
|
5 |
|
6 |
# Fake file parsing (replace with actual PDF path)
|
7 |
-
doc = parser.parse_file("
|
8 |
chunks = parser.chunk_and_embed(doc)
|
9 |
|
10 |
# Load your agents
|
|
|
4 |
print("Drop your chaos here and we'll pretend to make sense of it...\n")
|
5 |
|
6 |
# Fake file parsing (replace with actual PDF path)
|
7 |
+
doc = parser.parse_file("sample.pdf")
|
8 |
chunks = parser.chunk_and_embed(doc)
|
9 |
|
10 |
# Load your agents
|