Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AIdeaText
/
v3
like
0
Running
App
Files
Files
Community
7fc5c4d
v3
/
run_app.py
AIdeaText
Upload 216 files
c58df45
verified
2 months ago
raw
Copy download link
history
blame
222 Bytes
import
subprocess
import
sys
from
setup_logging
import
setup_logging
if
__name__ ==
"__main__"
:
setup_logging()
subprocess.run([sys.executable,
"-m"
,
"streamlit"
,
"run"
,
"app.py"
,
"--server.runOnSave=true"
])