Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
avans06/whisper-webui-translate
Stream999
/
my_whisper_demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ed2c604
my_whisper_demo
/
app-local.py
avans06
Duplicate from aadnk/whisper-webui
b6ac700
almost 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
))