Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@
|
|
60 |
|
61 |
# return {"ocr_text": text_output}
|
62 |
|
63 |
-
|
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
|