faster-whisper-webui / app-shared.py
Last commit not found
raw
history blame
95 Bytes
# Run the app with no audio file restrictions
from app import createUi
createUi(-1, share=True)