Kikirilkov commited on
Commit
481c8e6
1 Parent(s): 948a9ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,6 +29,6 @@ iface = gr.Interface(fn=voice_clone,
29
  gr.Radio(['ru', 'en', 'zh-cn', 'ja', 'de', 'fr', 'it', 'pt', 'pl', 'tr', 'ko', 'nl', 'cs', 'ar', 'es', 'hu'], label="language"),
30
  ],
31
  outputs=gr.Audio(type="filepath", label="Generated audio file"),
32
- title="Voice Cloning")
33
 
34
  iface.launch()
 
29
  gr.Radio(['ru', 'en', 'zh-cn', 'ja', 'de', 'fr', 'it', 'pt', 'pl', 'tr', 'ko', 'nl', 'cs', 'ar', 'es', 'hu'], label="language"),
30
  ],
31
  outputs=gr.Audio(type="filepath", label="Generated audio file"),
32
+ title="Voice Cloning by Shadhil")
33
 
34
  iface.launch()