_Originally posted by @iid7oom21 in https://github.com/runwayml/sdk-python/issues/272_ _Originally posted by @iid7oom21 in https://github.com/runwayml/sdk-python/issues/273_ voice = client.voices.retrieve(id=voice_id) if voice.status == 'READY': print('Preview:', voice.preview_url)
Originally posted by @iid7oom21 in #272
Originally posted by @iid7oom21 in #273
voice = client.voices.retrieve(id=voice_id)
if voice.status == 'READY':
print('Preview:', voice.preview_url)