Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
+
|