OuroborosM commited on
Commit
2487e0c
·
1 Parent(s): 93d657b
Files changed (1) hide show
  1. app.py +2 -1
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 response.content
 
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",