Spaces:
Build error
Build error
GitHub Actions commited on
Commit ·
ad4f47b
1
Parent(s): 57b8470
Deploy from bot_text branch - Sat Dec 27 18:02:36 UTC 2025
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Modular Voice Transcriber
|
| 2 |
|
| 3 |
A comprehensive, modular Gradio-based web interface for speech-to-text transcription supporting multiple STT engines including OpenAI Whisper, Wav2Vec2, HuBERT Arabic, Tawasul, Vosk, and Coqui STT models.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Modular Voice Transcriber
|
| 3 |
+
emoji: 🗣️
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: gradio
|
| 7 |
+
app_file: app.py
|
| 8 |
+
python_version: 3.10
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# Modular Voice Transcriber
|
| 13 |
|
| 14 |
A comprehensive, modular Gradio-based web interface for speech-to-text transcription supporting multiple STT engines including OpenAI Whisper, Wav2Vec2, HuBERT Arabic, Tawasul, Vosk, and Coqui STT models.
|
hf-space
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
Subproject commit
|
|
|
|
| 1 |
+
Subproject commit 57b847033c6b796fe890d40b8a2352a8e5fcd597
|