SohomToom commited on
Commit
4a32181
·
verified ·
1 Parent(s): e16fd1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -65,6 +65,7 @@ demo = gr.Interface(
65
  gr.Audio(type="filepath", label="Upload a Reference Voice (.wav)")
66
  ],
67
  outputs=gr.Audio(label="Synthesized Output"),
 
68
  title="Text to Voice using OpenVoice",
69
  description="Clone any voice (English) and generate speech using OpenVoice on CPU.",
70
  )
 
65
  gr.Audio(type="filepath", label="Upload a Reference Voice (.wav)")
66
  ],
67
  outputs=gr.Audio(label="Synthesized Output"),
68
+ flagging_dir = None,
69
  title="Text to Voice using OpenVoice",
70
  description="Clone any voice (English) and generate speech using OpenVoice on CPU.",
71
  )