euIaxs22 commited on
Commit
37669ff
·
verified ·
1 Parent(s): f328f65

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +2 -0
start.sh CHANGED
@@ -14,6 +14,8 @@ cd DiffSynth-Studio
14
  pip install -e .
15
  cd ..
16
 
 
 
17
  export GRADIO_SERVER_NAME="0.0.0.0"
18
  export GRADIO_SERVER_PORT="${PORT:-7860}"
19
  export GRADIO_ENABLE_QUEUE="True"
 
14
  pip install -e .
15
  cd ..
16
 
17
+ cp -R DiffSynth-Studio/diffsynth /app/diffsynth
18
+
19
  export GRADIO_SERVER_NAME="0.0.0.0"
20
  export GRADIO_SERVER_PORT="${PORT:-7860}"
21
  export GRADIO_ENABLE_QUEUE="True"