Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
danelkay/WhatShutupWebUI
danelkay
/
WhatShutup
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
491cd72
WhatShutup
/
app-local.py
aadnk
Add more configuration options to config.json5
1acaa19
about 3 years ago
raw
Copy download link
history
blame
Safe
186 Bytes
# Run the app with no audio file restrictions
from
app
import
create_ui
from
src.config
import
ApplicationConfig
create_ui(ApplicationConfig.create_default(input_audio_max_duration=-
1
))