Spaces:
Build error
Build error
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Real-time Speech Transcription with FastRTC and Whisper
|
2 |
|
3 |
This application provides real-time speech transcription using FastRTC for audio streaming and Whisper for speech recognition.
|
|
|
1 |
+
---
|
2 |
+
title: Real-time Speech Transcription
|
3 |
+
emoji: 🎙️
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: purple
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 3.50.2
|
8 |
+
app_file: gradio_app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# Real-time Speech Transcription with FastRTC and Whisper
|
13 |
|
14 |
This application provides real-time speech transcription using FastRTC for audio streaming and Whisper for speech recognition.
|