This commit is contained in:
Kar
2025-06-15 22:09:40 +05:30
parent b2321fc156
commit 561333d2cd
2 changed files with 3 additions and 3 deletions

View File

@@ -45,5 +45,5 @@ RUN mkdir -p uploads
ENV WHISPER_CPP_PATH="/app/whisper.cpp"
ENV MODEL_PATH="/app/whisper.cpp/models/ggml-small.en.bin"
EXPOSE 5000
EXPOSE 4002
CMD ["python3", "app.py"]