Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rhji
/
inpaint
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
inpaint
/
app.py
rhji
djq
28ec382
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
180 Bytes
import
subprocess
if
__name__ ==
"__main__"
:
cmd =
"iopaint start --model lama --host 0.0.0.0 --port 7860"
# start subprocess using cmd
subprocess.run(cmd, shell=
True
)