fffiloni commited on
Commit
dc7cb61
1 Parent(s): fc238b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ with gr.Blocks(css=css) as demo:
58
 
59
  generate_btn = gr.Button("Clone voice !")
60
 
61
- npz_file = gr.File()
62
 
63
  generate_btn.click(clone_voice, inputs=[audio_in, name, transcript], outputs=[npz_file])
64
 
 
58
 
59
  generate_btn = gr.Button("Clone voice !")
60
 
61
+ npz_file = gr.File(label=".npz file", info="If you want to generate audio from text with this npz file, follow the generate.ipynb notebook you will find at the Serp-AI Bark clone repo.")
62
 
63
  generate_btn.click(clone_voice, inputs=[audio_in, name, transcript], outputs=[npz_file])
64