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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def home():
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>
 
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="/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>