Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
aadnk/whisper-webui
Rozinamax
/
wspwebui
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b59dd62
wspwebui
/
app-local.py
aadnk
Add more configuration options to config.json5
1acaa19
about 2 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
))