Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -26,6 +26,7 @@ from handler import EndpointHandler
|
|
26 |
# app.run(debug=False,port=8001)
|
27 |
|
28 |
import easyocr as ocr #OCR
|
|
|
29 |
import streamlit as st #Web App
|
30 |
from PIL import Image #Image Processing
|
31 |
import numpy as np #Image Processing
|
|
|
26 |
# app.run(debug=False,port=8001)
|
27 |
|
28 |
import easyocr as ocr #OCR
|
29 |
+
import torch
|
30 |
import streamlit as st #Web App
|
31 |
from PIL import Image #Image Processing
|
32 |
import numpy as np #Image Processing
|