Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ def text_to_speech(text: str) -> AgentAudio:
|
|
63 |
"""Converts input text to speech and returns an AgentAudio instance with the audio file path.
|
64 |
|
65 |
Args:
|
66 |
-
query: The
|
67 |
|
68 |
Returns:
|
69 |
An audio response.
|
|
|
63 |
"""Converts input text to speech and returns an AgentAudio instance with the audio file path.
|
64 |
|
65 |
Args:
|
66 |
+
query: The definition of the word.
|
67 |
|
68 |
Returns:
|
69 |
An audio response.
|