Spaces:
Sleeping
Sleeping
File size: 439 Bytes
9d3162f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
from resemble import Resemble
#https://www.resemble.ai/python/
#https://www.resemble.ai/cloned/
response = Resemble.v2.voices.create('AI Scott')
print(response)
#with open("resembledata/resemb.wav", 'rb') as file:
# response = Resemble.v2.recordings.create(
# response['item']['uuid'])
#,
#file,
#'audio.wav',
#'This is the transcript')
#Resemble.v2.voices.build(response['item']['uuid']) |