Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
syy404/whisper-webui
Shad0ws
/
whisperAI
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
547133d
whisperAI
/
app-network.py
Shad0ws
Duplicate from syy404/whisper-webui
5e7a095
over 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"
)