snackshell commited on
Commit
ce398cd
Β·
verified Β·
1 Parent(s): 212763d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -23
README.md CHANGED
@@ -1,11 +1,11 @@
1
  ```markdown
2
  ---
3
- title: Amharic Text-to-Speech (TTS) Application
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
+ ```