Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
| 1 |
---
|
| 2 |
-
title: Whisper Realtime Gradio
|
| 3 |
-
emoji: π
|
| 4 |
-
colorFrom: purple
|
| 5 |
-
colorTo: pink
|
| 6 |
-
sdk: gradio
|
| 7 |
-
sdk_version: 5.16.1
|
| 8 |
app_file: app.py
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
app_file: app.py
|
| 3 |
+
colorFrom: purple
|
| 4 |
+
colorTo: red
|
| 5 |
+
emoji: π
|
| 6 |
+
license: mit
|
| 7 |
pinned: false
|
| 8 |
+
sdk: gradio
|
| 9 |
+
sdk_version: 5.16.0
|
| 10 |
+
short_description: Transcribe audio in realtime - Gradio UI version
|
| 11 |
+
tags:
|
| 12 |
+
- webrtc
|
| 13 |
+
- websocket
|
| 14 |
+
- gradio
|
| 15 |
+
- secret|TWILIO_ACCOUNT_SID
|
| 16 |
+
- secret|TWILIO_AUTH_TOKEN
|
| 17 |
+
- secret|GROQ_API_KEY
|
| 18 |
+
title: Whisper Realtime Transcription (Gradio UI)
|
| 19 |
---
|
| 20 |
|
| 21 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|