Spaces:
Sleeping
Sleeping
Redirect services.py to stdout
Browse files
scripts/start_service_and_ui.sh
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
|
2 |
-
conda run --live-stream -n WavJourney python -u ui_client.py 2>&1 |
|
|
|
1 |
+
conda run --live-stream -n WavJourney python -u services.py 2>&1 | tee services_logs/service.out &
|
2 |
+
conda run --live-stream -n WavJourney python -u ui_client.py 2>&1 | tee services_logs/wavejourney.out
|