Spaces:
Runtime error
Runtime error
VoiceCloning-be
commited on
Commit
•
369f64d
1
Parent(s):
f658b84
Update app.py
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ with gr.Blocks(theme=my_applio, title="Applio V3.2.5") as Applio:
|
|
123 |
restart_tab()
|
124 |
|
125 |
|
126 |
-
def launch_gradio(
|
127 |
Applio.launch(share=True)
|
128 |
|
129 |
if __name__ == "__main__":
|
|
|
123 |
restart_tab()
|
124 |
|
125 |
|
126 |
+
def launch_gradio():
|
127 |
Applio.launch(share=True)
|
128 |
|
129 |
if __name__ == "__main__":
|