il-hoon commited on
Commit
1599948
·
1 Parent(s): 04ada14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -18,10 +18,9 @@ def inference(audio_path, text, mic_path=None):
18
 
19
 
20
  title = "Real-Time-Voice-Cloning"
21
- description = "Gradio demo for Real-Time-Voice-Cloning: Clone a voice in 5 seconds to generate arbitrary speech in real-time. To use it, simply upload your audio, or click one of the examples to load them. Read more at the links below."
22
  article = "<p style='text-align: center'><a href='https://matheo.uliege.be/handle/2268.2/6801' target='_blank'>Real-Time Voice Cloning</a> | <a href='https://github.com/CorentinJ/Real-Time-Voice-Cloning' target='_blank'>Github Repo</a></p>"
23
 
24
- examples = [['test.wav', "This is real time voice cloning on huggingface spaces"]]
25
 
26
 
27
  def toggle(choice):
 
18
 
19
 
20
  title = "Real-Time-Voice-Cloning"
21
+ description = "Gradio demo for Real-Time-Voice-Cloning: Clone a voice in 600 seconds to generate arbitrary speech in real-time. To use it, simply upload your audio, or click one of the examples to load them. Read more at the links below."
22
  article = "<p style='text-align: center'><a href='https://matheo.uliege.be/handle/2268.2/6801' target='_blank'>Real-Time Voice Cloning</a> | <a href='https://github.com/CorentinJ/Real-Time-Voice-Cloning' target='_blank'>Github Repo</a></p>"
23
 
 
24
 
25
 
26
  def toggle(choice):