Spaces:
Runtime error
Runtime error
anchor
commited on
Create entrypoint.sh
Browse files- entrypoint.sh +8 -0
entrypoint.sh
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/bin/bash
|
2 |
+
|
3 |
+
export PYTHONPATH=/root/MuseV:/root/MMCM:/root/diffusers/src:/root/controlnet_aux/src
|
4 |
+
echo "pythonpath" $PYTHONPATH
|
5 |
+
|
6 |
+
source /opt/conda/etc/profile.d/conda.sh
|
7 |
+
conda activate musev
|
8 |
+
python app.py
|