Karzan's picture
Update app.py
276a180 verified
raw
history blame
170 Bytes
import gradio as gr
# Load the interface from the specified space
interface = gr.Interface.load("spaces/Karzan/Barnammer-TTS")
# Launch the interface
interface.launch()