huggin face -Audio No Glow Spaces

TextToSpeech

from gradio_client import Client client = Client("https://jaumaras-gradiotest1.hf.space/") result = client.predict( "Howdy!", # str in 'name' Textbox component api_name="/predict" ) print(result)

SpeechToText