VIZINTZOR commited on
Commit
e9233e6
·
verified ·
1 Parent(s): 9bb2fdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ if __name__ == "__main__":
84
  gr.Audio(label="Generated Audio", type="filepath"),
85
  gr.Textbox(label="Status", interactive=False)
86
  ],
87
- title="Text-to-Speech Synthesizer with Voice Cloning",
88
  description="Enter text and model ID to generate speech. Optionally, clone the voice using a reference speaker."
89
  )
90
  iface.launch()
 
84
  gr.Audio(label="Generated Audio", type="filepath"),
85
  gr.Textbox(label="Status", interactive=False)
86
  ],
87
+ title="Text-to-Speech Synthesizer with OpenVoice",
88
  description="Enter text and model ID to generate speech. Optionally, clone the voice using a reference speaker."
89
  )
90
  iface.launch()