Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
H-Liu1997
/
TANGO
like
319
Running
on
L40S
App
Files
Files
Community
19
f9d911c
TANGO
/
Wav2Lip
/
scripts
/
run-dev.sh
H-Liu1997
init
31f2f28
2 months ago
raw
Copy download link
history
blame
Safe
192 Bytes
#!/usr/bin/env bash
NAME=wav2lip-dev
set
-ex
docker build . -t
$NAME
docker run -it --
rm
\
--name
$NAME
\
-v
$PWD
/checkpoints:/src/checkpoints \
-p 6001:5000 \
--gpus all \
$NAME