Spaces:
Running on Zero
Running on Zero
refactor: rename quran_multi_aligner and dataset folders to match project identity
Browse files- src/ui/interface.py +1 -1
src/ui/interface.py
CHANGED
|
@@ -42,7 +42,7 @@ def build_interface():
|
|
| 42 |
gr.Markdown("""
|
| 43 |
- Transcribe and split any recitation by pauses within 1-2 minutes
|
| 44 |
- Get precise pause-, verse-, word- and character-level timestamps, exportable as JSON
|
| 45 |
-
- GPU-powered <a href="https://github.com/Wider-Community/quranic-universal-audio/blob/main/
|
| 46 |
- Reliable confidence system to flag uncertain segments and missed words — no silent errors
|
| 47 |
- Robust tolerance to noise, speaker variation and low audio quality, particularly with the large model
|
| 48 |
- <a href="https://github.com/Wider-Community/quranic-universal-audio/issues" target="_blank">Feedback/contributions are welcome</a>
|
|
|
|
| 42 |
gr.Markdown("""
|
| 43 |
- Transcribe and split any recitation by pauses within 1-2 minutes
|
| 44 |
- Get precise pause-, verse-, word- and character-level timestamps, exportable as JSON
|
| 45 |
+
- GPU-powered <a href="https://github.com/Wider-Community/quranic-universal-audio/blob/main/quranic_universal_aligner/docs/client_api.md" target="_blank">API usage</a> with daily quotas, and unlimited CPU usage
|
| 46 |
- Reliable confidence system to flag uncertain segments and missed words — no silent errors
|
| 47 |
- Robust tolerance to noise, speaker variation and low audio quality, particularly with the large model
|
| 48 |
- <a href="https://github.com/Wider-Community/quranic-universal-audio/issues" target="_blank">Feedback/contributions are welcome</a>
|