Spaces:
Running
Running
Commit
·
57e4ea6
1
Parent(s):
df44d29
'fixed'
Browse files- app.py +0 -3
- requirements.txt +0 -3
app.py
CHANGED
@@ -1,7 +1,4 @@
|
|
1 |
-
import easyocr as ocr #OCR
|
2 |
import streamlit as st #Web App
|
3 |
-
from PIL import Image #Image Processing
|
4 |
-
import numpy as np #Image Processing
|
5 |
import urllib
|
6 |
from lxml import html
|
7 |
import requests
|
|
|
|
|
1 |
import streamlit as st #Web App
|
|
|
|
|
2 |
import urllib
|
3 |
from lxml import html
|
4 |
import requests
|
requirements.txt
CHANGED
@@ -1,8 +1,5 @@
|
|
1 |
streamlit
|
2 |
opencv-python-headless
|
3 |
-
numpy
|
4 |
-
easyocr
|
5 |
-
Pillow
|
6 |
urllib
|
7 |
lxml
|
8 |
stqdm
|
|
|
1 |
streamlit
|
2 |
opencv-python-headless
|
|
|
|
|
|
|
3 |
urllib
|
4 |
lxml
|
5 |
stqdm
|