Turbiling commited on
Commit
d8ca04e
·
verified ·
1 Parent(s): f90eb53

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🎙️
4
  colorFrom: indigo
5
  colorTo: purple
6
  sdk: gradio
7
- sdk_version: "4.44.0"
8
  app_file: app.py
9
  pinned: true
10
  ---
@@ -26,6 +26,4 @@ pinned: true
26
  ## Notes
27
  - Large videos: The app downloads YouTube audio into a temp folder, converts to WAV, splits into 5-minute chunks and transcribes each chunk to avoid size limits.
28
  - Urdu summaries use `facebook/mbart-large-50-many-to-many-mmt` (works reasonably, but if you need more accurate Urdu summarization we can switch to or fine-tune a better Urdu-capable model).
29
- - Temporary files are cleaned up automatically.
30
-
31
-
 
4
  colorFrom: indigo
5
  colorTo: purple
6
  sdk: gradio
7
+ sdk_version: 5.49.1
8
  app_file: app.py
9
  pinned: true
10
  ---
 
26
  ## Notes
27
  - Large videos: The app downloads YouTube audio into a temp folder, converts to WAV, splits into 5-minute chunks and transcribes each chunk to avoid size limits.
28
  - Urdu summaries use `facebook/mbart-large-50-many-to-many-mmt` (works reasonably, but if you need more accurate Urdu summarization we can switch to or fine-tune a better Urdu-capable model).
29
+ - Temporary files are cleaned up automatically.