taarhissian commited on
Commit
54b6e88
·
verified ·
1 Parent(s): 45825c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,5 +1,4 @@
1
-
2
-
3
  from PIL import Image
4
  import re
5
  import gradio as gr
@@ -71,3 +70,4 @@ iface = gr.Interface(
71
 
72
  # Launch the interface
73
  iface.launch(share=True) # Set share=True to get a shareable link
 
 
1
+ import easyocr
 
2
  from PIL import Image
3
  import re
4
  import gradio as gr
 
70
 
71
  # Launch the interface
72
  iface.launch(share=True) # Set share=True to get a shareable link
73
+