Spaces:
Runtime error
Runtime error
MSchell0129
commited on
Commit
·
64fad6a
1
Parent(s):
746fe91
update
Browse files- text.Dockerfile +1 -1
text.Dockerfile
CHANGED
@@ -3,4 +3,4 @@ WORKDIR /content
|
|
3 |
COPY ./requirements.txt /content/requirements.txt
|
4 |
RUN pip install --no-cache-dir --upgrade -r /content/requirements.txt
|
5 |
COPY . .
|
6 |
-
CMD ["speech_to_text:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
3 |
COPY ./requirements.txt /content/requirements.txt
|
4 |
RUN pip install --no-cache-dir --upgrade -r /content/requirements.txt
|
5 |
COPY . .
|
6 |
+
CMD ["app.speech_to_text:app", "--host", "0.0.0.0", "--port", "7860"]
|