Spaces:
Sleeping
Sleeping
Create config.yaml
Browse files- config.yaml +19 -0
config.yaml
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Hugging Face Space Configuration
|
2 |
+
title: Video Subtitle Translator
|
3 |
+
emoji: 🎬
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: purple
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 4.16.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: mit
|
11 |
+
short_description: Generate English subtitles from any language video using AI
|
12 |
+
tags:
|
13 |
+
- video
|
14 |
+
- subtitles
|
15 |
+
- translation
|
16 |
+
- whisper
|
17 |
+
- ai
|
18 |
+
- srt
|
19 |
+
- youtube
|