Spaces:
Build error
Build error
Delete run_ocr_app.py
Browse files- run_ocr_app.py +0 -8
run_ocr_app.py
DELETED
@@ -1,8 +0,0 @@
|
|
1 |
-
import subprocess
|
2 |
-
import os
|
3 |
-
|
4 |
-
|
5 |
-
def run_app():
|
6 |
-
cur_dir = os.path.dirname(os.path.abspath(__file__))
|
7 |
-
ocr_app_path = os.path.join(cur_dir, "ocr_app.py")
|
8 |
-
subprocess.run(["streamlit", "run", ocr_app_path])
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|