Spaces:
Runtime error
Runtime error
import gradio as gr | |
import os | |
# Load the interface from the specified space | |
interface = gr.Interface.load("spaces/Karzan/Barnammer-TTS",api_key=os.getenv['HF_TOKEN']) | |
# Launch the interface | |
interface.launch() |