Spaces:
Paused
Paused
Update start_vince.sh
Browse files- start_vince.sh +8 -8
start_vince.sh
CHANGED
|
@@ -24,14 +24,14 @@ else
|
|
| 24 |
fi
|
| 25 |
|
| 26 |
|
| 27 |
-
python3 - <<'PY'
|
| 28 |
-
import os
|
| 29 |
-
from services.vince_server import VinceServer
|
| 30 |
-
try:
|
| 31 |
-
VinceServer.setup_dependencies()
|
| 32 |
-
except Exception as e:
|
| 33 |
-
print("Erro no setup")
|
| 34 |
-
PY
|
| 35 |
|
| 36 |
|
| 37 |
export OUTPUT_ROOT="${OUTPUT_ROOT:-/app/outputs}"
|
|
|
|
| 24 |
fi
|
| 25 |
|
| 26 |
|
| 27 |
+
#python3 - <<'PY'
|
| 28 |
+
#import os
|
| 29 |
+
#from services.vince_server import VinceServer
|
| 30 |
+
#try:
|
| 31 |
+
# VinceServer.setup_dependencies()
|
| 32 |
+
#except Exception as e:
|
| 33 |
+
# print("Erro no setup")
|
| 34 |
+
#PY
|
| 35 |
|
| 36 |
|
| 37 |
export OUTPUT_ROOT="${OUTPUT_ROOT:-/app/outputs}"
|