rdlf commited on
Commit
68d6ccb
·
verified ·
1 Parent(s): e228e84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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")