Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 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>
|