Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Hyathi
/
hotdub
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1e9bcbc
hotdub
/
seamless_server
/
run_docker.sh
Aman Sharma
Initial commit
a0dc69b
over 1 year ago
raw
Copy download link
history
blame
Safe
159 Bytes
# !/bin/bash
if
[ -f models/Seamless/pretssel_melhifigan_wm.pt ] ;
then
export
USE_EXPRESSIVE_MODEL=1;
fi
uvicorn app_pubsub:app --host 0.0.0.0 --port 7860