Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Ketengan-Diffusion/whisper-webui2
Ketengan-Diffusion
/
whisper-webui3
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7f502b4
whisper-webui3
/
app-network.py
aadnk
Create a new app-network version
08d2e96
over 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"
)