Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
aadnk
/
whisper-webui
like
361
Running
App
Files
Files
Community
36
a95d6a8
whisper-webui
/
app-network.py
aadnk
Create a new app-network version
08d2e96
about 2 years ago
raw
Copy download link
history
blame
Safe
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"
)