Karzan's picture
Update app.py
1994c9d verified
raw
history blame
210 Bytes
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()