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...
c02975b
HandWritten-Text-Recognizer
/
app
/
runner.py
Mattral
Update app/runner.py
c02975b
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
153 Bytes
import
os
import
subprocess
fileDir = os.path.dirname(os.path.realpath(__file__))
subprocess.run([
"streamlit"
,
"run"
,
"FinalApp.py"
], cwd = fileDir)