Luciferalive commited on
Commit
81e1528
·
verified ·
1 Parent(s): 06e0f51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
-
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