OpenAI_whisperLive / app-shared.py
Arnaudding001's picture
Create app-shared.py
00dde2f
raw
history blame contribute delete
No virus
97 Bytes
# Run the app with no audio file restrictions
from app import create_ui
create_ui(-1, share=True)