Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Mattral/HandWritten-Text-Recognizer
LwinLwin
/
HandWriting-Text-Recognizer
like
3
Sleeping
App
Files
Files
Community
1
18cb291
HandWriting-Text-Recognizer
/
app
/
runner.py
Mattral
Upload 13 files
57462b3
verified
8 months ago
raw
Copy download link
history
blame
Safe
151 Bytes
import
os
import
subprocess
fileDir = os.path.dirname(os.path.realpath(__file__))
subprocess.run([
"streamlit"
,
"run"
,
"webapp.py"
], cwd = fileDir)