Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MakiAi
/
KotobaTranscriber
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d026c41
KotobaTranscriber
/
docker-compose.yml
MakiAi
[feat] 音声認識アプリの実装
edf2658
11 months ago
raw
Copy download link
history
blame
Safe
172 Bytes
version:
'3'
services:
app:
build:
.
ports:
-
"7860:7860"
volumes:
-
./:/app
-
.cache:/root/.cache
command:
python
app.py
tty:
true