Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -68,46 +68,6 @@ SPEAKERS = {
|
|
68 |
"path": "speakers/it_male.wav",
|
69 |
"transcript": "",
|
70 |
},
|
71 |
-
"Portuguese Female": {
|
72 |
-
"path": "speakers/pt_female.wav",
|
73 |
-
"transcript": "",
|
74 |
-
},
|
75 |
-
"Portuguese Male": {
|
76 |
-
"path": "speakers/pt_male.wav",
|
77 |
-
"transcript": "",
|
78 |
-
},
|
79 |
-
"Polish Female": {
|
80 |
-
"path": "speakers/pl_female.wav",
|
81 |
-
"transcript": "",
|
82 |
-
},
|
83 |
-
"Polish Male": {
|
84 |
-
"path": "speakers/pl_male.wav",
|
85 |
-
"transcript": "",
|
86 |
-
},
|
87 |
-
"Japanese Female": {
|
88 |
-
"path": "speakers/jp_female.wav",
|
89 |
-
"transcript": "",
|
90 |
-
},
|
91 |
-
"Japanese Male": {
|
92 |
-
"path": "speakers/jp_male.wav",
|
93 |
-
"transcript": "",
|
94 |
-
},
|
95 |
-
"Korean Female": {
|
96 |
-
"path": "speakers/kr_female.wav",
|
97 |
-
"transcript": "",
|
98 |
-
},
|
99 |
-
"Korean Male": {
|
100 |
-
"path": "speakers/kr_male.wav",
|
101 |
-
"transcript": "",
|
102 |
-
},
|
103 |
-
"Italian Female": {
|
104 |
-
"path": "speakers/female_0.wav",
|
105 |
-
"transcript": "e lo stesso alessi che andò ad aprire non riconobbe antoni il quale tornava con la sporta sotto il braccio tanto era mutato coperto di polvere e con la barba lungacome fu entrato e si fu messo a sedere in un cantuccio non osavano quasi fargli festa.",
|
106 |
-
},
|
107 |
-
"Italian Male": {
|
108 |
-
"path": "speakers/male_0.wav",
|
109 |
-
"transcript": "cadeva la sera smorto in un gran silenzio poi si udirono lontano le chiese di francoforte che scampanavanola bella vigilia di natale che mi mandò dome dio balbettò compare cosimo con la lingua grossa dello spasimo",
|
110 |
-
},
|
111 |
}
|
112 |
|
113 |
banner_url = "https://huggingface.co/datasets/Steveeeeeeen/random_images/resolve/main/llasagna.png"
|
|
|
68 |
"path": "speakers/it_male.wav",
|
69 |
"transcript": "",
|
70 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
}
|
72 |
|
73 |
banner_url = "https://huggingface.co/datasets/Steveeeeeeen/random_images/resolve/main/llasagna.png"
|