Automatic Speech Recognition
Safetensors
Chinese
whisper
StutteredSpeechASR / docker-compose.yml
gpric024's picture
Changed for API calls instead of locally running models
df83b8b
raw
history blame
265 Bytes
services:
stuttered-speech-asr-demo:
build:
context: .
dockerfile: Dockerfile
image: stuttered-speech-asr-demo
container_name: stuttered-speech-asr-demo
ports:
- "7860:7860"
env_file:
- .env
restart: unless-stopped