cbensimon HF staff commited on
Commit
1f53b42
1 Parent(s): 8f2d955

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  import gradio as gr
2
 
3
  def greet(name):
1
+ from paddleocr import PaddleOCR, draw_ocr
2
+
3
  import gradio as gr
4
 
5
  def greet(name):