giorgoskyriacou2009tv commited on
Commit
6e9dfd4
1 Parent(s): 30648a9

Create voice cloning demo v2

Browse files
Files changed (1) hide show
  1. voice cloning demo v2 +10 -0
voice cloning demo v2 ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ import mp3 as st
2
+ from voice cloning demo v2
3
+
4
+ voice clone v2 = output ('sentiment voice ai')
5
+ text-to-speech = st.text_aera('enter some text!')
6
+
7
+ if text:
8
+ out = pipe(text)
9
+ st.json(out)
10
+