SohomToom commited on
Commit
5ad697d
·
verified ·
1 Parent(s): a59b93c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()