Spaces:
Running
Running
docs: Refine README.md structure and content
Browse files- Removed unnecessary YAML front matter spacing and improved the title formatting.
- Updated the demo GIF placeholder to provide a clearer visual representation of the Open Voice Agent.
- Streamlined the overall layout for better readability and user engagement.
README.md
CHANGED
|
@@ -1,22 +1,20 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
## title: Open Voice Agent
|
| 4 |
emoji: 🎤
|
| 5 |
colorFrom: blue
|
| 6 |
colorTo: purple
|
| 7 |
sdk: docker
|
| 8 |
app_port: 8501
|
| 9 |
pinned: false
|
| 10 |
-
|
| 11 |
# 🎤 Open Voice Agent
|
| 12 |
|
| 13 |
> A real-time voice AI agent powered by open-source components.
|
| 14 |
|
| 15 |
**[Live Demo on HuggingFace Spaces](https://huggingface.co/spaces/dvalle08/open-voice-agent)**
|
| 16 |
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
Open Voice Agent Demo
|
| 20 |
|
| 21 |
---
|
| 22 |
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Open Voice Agent
|
|
|
|
| 3 |
emoji: 🎤
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
| 6 |
sdk: docker
|
| 7 |
app_port: 8501
|
| 8 |
pinned: false
|
| 9 |
+
---
|
| 10 |
# 🎤 Open Voice Agent
|
| 11 |
|
| 12 |
> A real-time voice AI agent powered by open-source components.
|
| 13 |
|
| 14 |
**[Live Demo on HuggingFace Spaces](https://huggingface.co/spaces/dvalle08/open-voice-agent)**
|
| 15 |
|
| 16 |
+
<!-- Replace with your actual GIF after recording -->
|
| 17 |
+

|
|
|
|
| 18 |
|
| 19 |
---
|
| 20 |
|