Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Usertea
/
EchoScript
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
usertea
commited on
Jun 25
Commit
7e1a6e6
·
1 Parent(s):
18a6a4c
\EchoScript : Multi-language transcription, Automatic language detection, Translation to English, Batch processing (multiple audio files), TXT export, SRT export, VTT export, CPU-only execution, Faster-Whisper (Model Initialization Improvement)
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -238,4 +238,3 @@ Transcribe audio files using Faster-Whisper.
238
239
if __name__ == "__main__":
240
demo.launch()
241
-
```
238
239
if __name__ == "__main__":
240
demo.launch()