Automatic Speech Recognition
Safetensors
Chinese
whisper
File size: 265 Bytes
fbcb7d1
df83b8b
fbcb7d1
 
 
df83b8b
 
fbcb7d1
 
df83b8b
 
fbcb7d1
1
2
3
4
5
6
7
8
9
10
11
12
13
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