Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
import os
|
2 |
from paddleocr import PaddleOCR, draw_ocr
|
3 |
from matplotlib import pyplot as plt
|
4 |
import cv2
|
|
|
|
|
5 |
import gradio as gr
|
6 |
from typing import List
|
7 |
|
|
|
|
|
1 |
from paddleocr import PaddleOCR, draw_ocr
|
2 |
from matplotlib import pyplot as plt
|
3 |
import cv2
|
4 |
+
import us
|
5 |
+
import os
|
6 |
import gradio as gr
|
7 |
from typing import List
|
8 |
|