WillemVH commited on
Commit
91d1f57
·
verified ·
1 Parent(s): 42de9f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,9 +23,9 @@ def home():
23
  <body>
24
  <h1>eSpeak NG Text-to-Speech API</h1>
25
  <p>Use the endpoint below to generate speech:</p>
26
- <code>GET /speak?input=Your+Text+Here</code>
27
  <p>Example:</p>
28
- <a href="/speak?input=Hello+World" target="_blank">/speak?input=Hello+World</a>
29
  <p>Returns: Raw MP3 audio.</p>
30
  </body>
31
  </html>
 
23
  <body>
24
  <h1>eSpeak NG Text-to-Speech API</h1>
25
  <p>Use the endpoint below to generate speech:</p>
26
+ <code>GET willemvh-espeakngapi.hf.space/speak?input=Your+Text+Here</code>
27
  <p>Example:</p>
28
+ <a href="willemvh-espeakngapi.hf.space/speak?input=Hello+World" target="_blank">willemvh-espeakngapi.hf.space/speak?input=Hello+World</a>
29
  <p>Returns: Raw MP3 audio.</p>
30
  </body>
31
  </html>