AngeT10 commited on
Commit
d634d7c
1 Parent(s): cfb5f6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ languages = [
40
  iface = gr.Interface(fn=clone,
41
  inputs=[
42
  gr.components.Text("", label="the text to be said"),
43
- gr.components.Text("", label="URL of the zip file with the dataset on hf.co (10 seconds is fine)"),
44
  gr.Dropdown(choices=languages, label="Language")
45
  ],
46
  outputs=gr.Audio(type='filepath'),
 
40
  iface = gr.Interface(fn=clone,
41
  inputs=[
42
  gr.components.Text("", label="the text to be said"),
43
+ gr.components.Text("", label="URL of the zip file with the dataset on hf.co (10 seconds is fine)!"),
44
  gr.Dropdown(choices=languages, label="Language")
45
  ],
46
  outputs=gr.Audio(type='filepath'),