Commit 1243ccf8 authored by chenpangpang's avatar chenpangpang
Browse files

feat: 删除gradio无用的按键

parent 61c8721d
Pipeline #1459 canceled with stages
......@@ -23,9 +23,11 @@ iface = gr.Interface(fn=clone,
# 'zh - Chinese', 'ru - Russian', 'pt - Portuguese', 'it - Italian',
# 'de - German', 'nl - Dutch'])],
choices=['en', 'es', 'fr', 'de', 'it', 'pt', 'pl', 'tr', 'ru', 'nl', 'cs',
'ar', 'zh-cn', 'hu', 'ko', 'ja', 'hi'])],
'ar', 'zh-cn', 'hu', 'ko', 'ja', 'hi'],
value='zh-cn')],
outputs=gr.Audio(type='filepath', label='Generated audio file'),
title='Voice Clone',
allow_flagging="never",
description="""
by [Tony Assi](https://www.tonyassi.com/)
This space uses xtts_v2 model. Non-commercial use only. [Coqui Public Model License](https://coqui.ai/cpml)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment