faster-whisper-webui-v2 / app-local.py
Kristian Stangeland
Rename app-full.py to app-local.py
4b1adcf
raw
history blame
No virus
83 Bytes
# Run the app with no audio file restrictions
from app import createUi
createUi(-1)