whisper-webui / app-local.py
aadnk's picture
Expose app-local to the local network
d5154e9
raw
history blame
No virus
144 Bytes
# Run the app with no audio file restrictions, and make it available on the network
from app import createUi
createUi(-1, server_name="0.0.0.0")