intchrome commited on
Commit
2b5057c
·
1 Parent(s): aa3049a

Add requirement file

Browse files
Files changed (2) hide show
  1. app.py +2 -2
  2. requirements.txt +5 -0
app.py CHANGED
@@ -16,8 +16,8 @@ if text_input:
16
 
17
 
18
  if st.button('Generate and play'):
19
- processor = AutoProcessor.from_pretrained("suno/bark-small")
20
- model = BarkModel.from_pretrained("suno/bark-small")
21
 
22
  voice_preset = "v2/en_speaker_6"
23
  print("input", text_input)
 
16
 
17
 
18
  if st.button('Generate and play'):
19
+ processor = AutoProcessor.from_pretrained("suno/bark")
20
+ model = BarkModel.from_pretrained("suno/bark")
21
 
22
  voice_preset = "v2/en_speaker_6"
23
  print("input", text_input)
requirements.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ torch
2
+ transformers
3
+ spaces
4
+ scipy
5
+ accelerate