Karzan commited on
Commit
276a180
·
verified ·
1 Parent(s): 8be6b82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -1,3 +1,7 @@
1
  import gradio as gr
2
 
3
- gr.Interface.load("spaces/Karzan/Barnammer-TTS").launch()
 
 
 
 
 
1
  import gradio as gr
2
 
3
+ # Load the interface from the specified space
4
+ interface = gr.Interface.load("spaces/Karzan/Barnammer-TTS")
5
+
6
+ # Launch the interface
7
+ interface.launch()