Update start.sh
Browse files
    	
        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"
         |