Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
aadnk/whisper-webui
lindeberg
/
whisper-webui
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dc55b57
whisper-webui
/
app-network.py
lindeberg
Duplicate from aadnk/whisper-webui
f18be43
about 2 years ago
raw
Copy download link
history
blame
Safe
146 Bytes
# Run the app with no audio file restrictions, and make it available on the network
from
app
import
create_ui
create_ui(-
1
, server_name=
"0.0.0.0"
)