rcastriotta
commited on
Commit
·
355f96d
1
Parent(s):
1a3fc6f
.sh fix
Browse files
seamless-server/run_docker.sh
CHANGED
@@ -2,4 +2,4 @@
|
|
2 |
if [ -f models/Seamless/pretssel_melhifigan_wm.pt ] ; then
|
3 |
export USE_EXPRESSIVE_MODEL=1;
|
4 |
fi
|
5 |
-
uvicorn
|
|
|
2 |
if [ -f models/Seamless/pretssel_melhifigan_wm.pt ] ; then
|
3 |
export USE_EXPRESSIVE_MODEL=1;
|
4 |
fi
|
5 |
+
uvicorn server:app --host 0.0.0.0 --port 7860 --reload
|