Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mattral
/
HandWritten-Text-Recognizer
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
04aad52
HandWritten-Text-Recognizer
/
app
/
runner.py
Mattral
Upload 13 files
57462b3
verified
about 1 year 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)