Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
|
|
|
|
|
|
|
|
|
|
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()
|