import gradio as gr # Load the interface from the specified space interface = gr.Interface.load("spaces/Karzan/Barnammer-TTS") # Launch the interface interface.launch()