Spaces:
Runtime error
Runtime error
Commit
·
2487e0c
1
Parent(s):
93d657b
test tts
Browse files
app.py
CHANGED
@@ -272,7 +272,8 @@ def text_to_speech_2(text):
|
|
272 |
print(f"Error: {e}")
|
273 |
return None
|
274 |
print (type(response.content))
|
275 |
-
return
|
|
|
276 |
|
277 |
Text2Sound_tool = Tool(
|
278 |
name = "Text To Sound",
|
|
|
272 |
print(f"Error: {e}")
|
273 |
return None
|
274 |
print (type(response.content))
|
275 |
+
return("abc.wav")
|
276 |
+
# return response.content
|
277 |
|
278 |
Text2Sound_tool = Tool(
|
279 |
name = "Text To Sound",
|