whisper-webui / app-shared.py
aadnk's picture
Add support for sharing
de7a3ac
raw history blame
No virus
95 Bytes
# Run the app with no audio file restrictions
from app import createUi
createUi(-1, share=True)