Commit 82ce5505 authored by nanahira's avatar nanahira

update text

parent cee41a86
Pipeline #24167 passed with stages
in 27 minutes and 50 seconds
......@@ -8,7 +8,7 @@ WORKDIR /app
COPY ./requirements.txt /app/requirements.txt
RUN pip install --no-cache -r requirements.txt
COPY . /app
RUN sed -i -e "s/\.launch()/\.launch(server_name=\"0.0.0.0\")/" -e 's/if len(text) > 500:/if False:/' app.py
RUN sed -i -e "s/\.launch()/\.launch(server_name=\"0.0.0.0\")/" -e 's/if len(text) > 500:/if False:/' -e 's/# <center> VITS语音在线合成demo/# <center> E+HL Vits 语音在线合成/g' app.py
EXPOSE 7860
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment