Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
```markdown
|
2 |
---
|
3 |
-
title: Amharic Text-to-Speech (TTS)
|
4 |
emoji: πͺπΉ
|
5 |
colorFrom: red
|
6 |
colorTo: yellow
|
7 |
sdk: gradio
|
8 |
-
sdk_version: 4.13.0
|
9 |
app_file: app.py
|
10 |
pinned: false
|
11 |
license: mit
|
@@ -55,14 +55,6 @@ graph TD
|
|
55 |
- π edge-tts (TTS Engine)
|
56 |
- β‘ asyncio (Async Operations)
|
57 |
|
58 |
-
## Local Development π»
|
59 |
-
```bash
|
60 |
-
git clone https://github.com/snackshell/amharic-tts.git
|
61 |
-
cd amharic-tts
|
62 |
-
pip install -r requirements.txt
|
63 |
-
python app.py
|
64 |
-
```
|
65 |
-
|
66 |
## License π
|
67 |
This project is licensed under the [MIT License](LICENSE)
|
68 |
|
@@ -73,16 +65,4 @@ This project is licensed under the [MIT License](LICENSE)
|
|
73 |
- Ethiopian tech community for support
|
74 |
|
75 |
[π GitHub Repository](https://github.com/snackshell/amharic-tts) | [π Report Issues](https://github.com/snackshell/amharic-tts/issues)
|
76 |
-
```
|
77 |
-
|
78 |
-
Key changes made for Hugging Face Spaces:
|
79 |
-
1. Added Spaces metadata header
|
80 |
-
2. Changed image path to absolute URL
|
81 |
-
3. Added "Open in Spaces" badge
|
82 |
-
4. Simplified installation to focus on Space usage
|
83 |
-
5. Reorganized sections for ML Hub context
|
84 |
-
6. Added direct GitHub links at bottom
|
85 |
-
7. Removed redundant contribution instructions (link to GitHub instead)
|
86 |
-
8. Updated acknowledgments to include Hugging Face
|
87 |
-
|
88 |
-
Keep your existing `requirements.txt` file - Hugging Face Spaces will automatically use it for dependency installation.
|
|
|
1 |
```markdown
|
2 |
---
|
3 |
+
title: Amharic Text-to-Speech (TTS)
|
4 |
emoji: πͺπΉ
|
5 |
colorFrom: red
|
6 |
colorTo: yellow
|
7 |
sdk: gradio
|
8 |
+
sdk_version: "4.13.0"
|
9 |
app_file: app.py
|
10 |
pinned: false
|
11 |
license: mit
|
|
|
55 |
- π edge-tts (TTS Engine)
|
56 |
- β‘ asyncio (Async Operations)
|
57 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
## License π
|
59 |
This project is licensed under the [MIT License](LICENSE)
|
60 |
|
|
|
65 |
- Ethiopian tech community for support
|
66 |
|
67 |
[π GitHub Repository](https://github.com/snackshell/amharic-tts) | [π Report Issues](https://github.com/snackshell/amharic-tts/issues)
|
68 |
+
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|