Update app.py
Browse files
app.py
CHANGED
@@ -66,4 +66,4 @@ demo = gr.Interface(
|
|
66 |
flagging_dir="/tmp/flagged", # safe temporary dir
|
67 |
title="Text to Voice using OpenVoice",
|
68 |
description="Clone any voice (English) and generate speech using OpenVoice on CPU.",
|
69 |
-
)
|
|
|
66 |
flagging_dir="/tmp/flagged", # safe temporary dir
|
67 |
title="Text to Voice using OpenVoice",
|
68 |
description="Clone any voice (English) and generate speech using OpenVoice on CPU.",
|
69 |
+
).launch()
|