Spaces:
Sleeping
Sleeping
Luciferalive
commited on
Commit
•
a8c94d3
1
Parent(s):
81e1528
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ import numpy as np
|
|
16 |
import os
|
17 |
|
18 |
HUGGINGFACEHUB_API_TOKEN = os.getenv("HUGGINGFACEHUB_API_TOKEN")
|
19 |
-
browser.gatherUsageStats = False
|
20 |
def extract_text_from_pdf(pdf_content):
|
21 |
return extract_text(io.BytesIO(pdf_content))
|
22 |
|
|
|
16 |
import os
|
17 |
|
18 |
HUGGINGFACEHUB_API_TOKEN = os.getenv("HUGGINGFACEHUB_API_TOKEN")
|
19 |
+
#browser.gatherUsageStats = False
|
20 |
def extract_text_from_pdf(pdf_content):
|
21 |
return extract_text(io.BytesIO(pdf_content))
|
22 |
|