Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,7 @@ Original file is located at
|
|
12 |
# Here are the imports
|
13 |
import PyPDF2
|
14 |
import re
|
|
|
15 |
import transformers
|
16 |
import scipy
|
17 |
from transformers import pipeline
|
|
|
12 |
# Here are the imports
|
13 |
import PyPDF2
|
14 |
import re
|
15 |
+
import numpy as np
|
16 |
import transformers
|
17 |
import scipy
|
18 |
from transformers import pipeline
|