Spaces:
Build error
Build error
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,25 +6,8 @@ colorTo: purple
|
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.6.0
|
| 8 |
python_version: '3.13'
|
| 9 |
-
app_file:
|
| 10 |
pinned: false
|
| 11 |
---
|
| 12 |
|
| 13 |
# 🎤 Voice LLM Chatbot Demo
|
| 14 |
-
|
| 15 |
-
This is a voice-enabled AI chatbot demo.
|
| 16 |
-
|
| 17 |
-
Features:
|
| 18 |
-
|
| 19 |
-
- Speech to Text
|
| 20 |
-
- LLM Chat Response
|
| 21 |
-
- Audio Interaction
|
| 22 |
-
|
| 23 |
-
Built using:
|
| 24 |
-
|
| 25 |
-
- Gradio
|
| 26 |
-
- FastAPI Backend
|
| 27 |
-
- Whisper Speech Recognition
|
| 28 |
-
- LLM API
|
| 29 |
-
|
| 30 |
-
Allow microphone access when opening the app.
|
|
|
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.6.0
|
| 8 |
python_version: '3.13'
|
| 9 |
+
app_file: server.py
|
| 10 |
pinned: false
|
| 11 |
---
|
| 12 |
|
| 13 |
# 🎤 Voice LLM Chatbot Demo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|