Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,8 +6,6 @@ from transformers import pipeline
|
|
6 |
|
7 |
st.image('calamo.png', caption="", use_column_width=False)
|
8 |
|
9 |
-
# Use a pipeline as a high-level helper
|
10 |
-
from transformers import pipeline
|
11 |
import scipy.io.wavfile
|
12 |
|
13 |
synthesizer = pipeline("text-to-speech", "suno/bark")
|
|
|
6 |
|
7 |
st.image('calamo.png', caption="", use_column_width=False)
|
8 |
|
|
|
|
|
9 |
import scipy.io.wavfile
|
10 |
|
11 |
synthesizer = pipeline("text-to-speech", "suno/bark")
|