Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Anustup
/
NS_AI_LABS
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b0207ad
NS_AI_LABS
/
app-network.py
Anustup
updated
a274eae
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"
)