Spaces:
Runtime error
Runtime error
crystalchen
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ os.system('source .env/bin/activate')
|
|
6 |
os.system('apt-get update')
|
7 |
os.system('apt-get install poppler-utils')
|
8 |
##
|
9 |
-
|
10 |
from pdf2image import convert_from_path
|
11 |
import cv2
|
12 |
import numpy as np
|
|
|
6 |
os.system('apt-get update')
|
7 |
os.system('apt-get install poppler-utils')
|
8 |
##
|
9 |
+
|
10 |
from pdf2image import convert_from_path
|
11 |
import cv2
|
12 |
import numpy as np
|