Ruslan Magana Vsevolodovna commited on
Commit
7231221
1 Parent(s): ae95053
Files changed (3) hide show
  1. .gitignore +5 -0
  2. app.py +23 -2
  3. requirements.txt +0 -0
.gitignore ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+
2
+ *.pyc
3
+ *.pt
4
+ *.ipynb
5
+ *.wav
app.py CHANGED
@@ -229,6 +229,27 @@ demo = gr.Interface(
229
  source="upload",
230
  label='Please upload a voice to clone (max. 30mb)')
231
  ],
232
- outputs="audio",
233
- )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
234
  demo.launch()
229
  source="upload",
230
  label='Please upload a voice to clone (max. 30mb)')
231
  ],
232
+ outputs="audio",
233
+
234
+ title = 'Clone Your Voice',
235
+ description = 'A simple application that Clone Your Voice. Wait one minute to process.',
236
+ article =
237
+ '''<div>
238
+ <p style="text-align: center"> All you need to do is record your voice, type what you want be say
239
+ ,then wait for compiling. After that click on Play/Pause for listen the audio. The audio is saved in an wav format.
240
+ For more information visit <a href="https://ruslanmv.com/">ruslanmv.com</a>
241
+ </p>
242
+ </div>''',
243
+
244
+ examples = [
245
+ ["I am the cloned version of Donald Trump.Well, I am a Republican, and I would run as a Republican. And I have a lot of confidence in the Republican Party. I don't have a lot of confidence in the president. I think what's happening to this country is unbelievably bad. We're no longer a respected country.","trump.mp3"]
246
+
247
+ ]
248
+
249
+
250
+
251
+
252
+
253
+
254
+ )
255
  demo.launch()
requirements.txt CHANGED
Binary files a/requirements.txt and b/requirements.txt differ