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