Spaces:
Running
Running
File size: 66 Bytes
c6fcf99 |
1 2 3 4 5 |
import subprocess
subprocess.run("uvicorn app:app", shell=True)
|