Devticks commited on
Commit
008b67a
·
verified ·
1 Parent(s): 2758e26

Update app.py

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