Genzo1010 commited on
Commit
e24e59a
·
verified ·
1 Parent(s): 3005c54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@
60
 
61
  # return {"ocr_text": text_output}
62
 
63
- mport paddle
64
  print("PaddlePaddle Version:", paddle.__version__)
65
  print("Is GPU available:", paddle.is_compiled_with_cuda())
66
  import tensorflow as tf
 
60
 
61
  # return {"ocr_text": text_output}
62
 
63
+ import paddle
64
  print("PaddlePaddle Version:", paddle.__version__)
65
  print("Is GPU available:", paddle.is_compiled_with_cuda())
66
  import tensorflow as tf