Nekochu commited on
Commit
c0a066a
·
1 Parent(s): 85a3241

Update colors (indigo→blue) and add credits to HTML

Browse files

- Changed gradient to indigo→blue (cyan not allowed by HF)
- Added credits to HTML footer: Single-file by Nekochu
- Clarified credits in README

Files changed (2) hide show
  1. README.md +1 -1
  2. index.html +1 -1
README.md CHANGED
@@ -2,7 +2,7 @@
2
  title: Soprano TTS - Single File
3
  emoji: 🎧
4
  colorFrom: indigo
5
- colorTo: cyan
6
  sdk: static
7
  short_description: Single self-contained HTML file for browser TTS
8
  app_file: index.html
 
2
  title: Soprano TTS - Single File
3
  emoji: 🎧
4
  colorFrom: indigo
5
+ colorTo: blue
6
  sdk: static
7
  short_description: Single self-contained HTML file for browser TTS
8
  app_file: index.html
index.html CHANGED
@@ -85,7 +85,7 @@ footer a{color:var(--accent2);text-decoration:none}
85
  <div class="log" id="log"></div>
86
  </div>
87
 
88
- <footer>Soprano by <a href="https://github.com/ekwek1/soprano" target="_blank">ekwek1</a> · ONNX port by <a href="https://huggingface.co/KevinAHM" target="_blank">KevinAHM</a> · Apache-2.0</footer>
89
  </div>
90
 
91
  <!-- ═══════════════════════════════════════════════════════ -->
 
85
  <div class="log" id="log"></div>
86
  </div>
87
 
88
+ <footer>Single-file by <a href="https://huggingface.co/Nekochu" target="_blank">Nekochu</a> · Soprano by <a href="https://github.com/ekwek1/soprano" target="_blank">ekwek1</a> · ONNX port by <a href="https://huggingface.co/KevinAHM" target="_blank">KevinAHM</a> · Apache-2.0</footer>
89
  </div>
90
 
91
  <!-- ═══════════════════════════════════════════════════════ -->