keshavbhandari commited on
Commit
a730956
1 Parent(s): 7593a72

commented out fluidsynth for now

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,9 +3,9 @@ import spaces
3
  import librosa
4
  import soundfile as sf
5
  import wavio
6
- import fluidsynth
7
 
8
- @spaces.GPU(duration=120)
9
  def gradio_generate(prompt, temperature):
10
  # Get example audio file
11
  filename = librosa.ex('trumpet')
 
3
  import librosa
4
  import soundfile as sf
5
  import wavio
6
+ # import fluidsynth
7
 
8
+ # @spaces.GPU(duration=120)
9
  def gradio_generate(prompt, temperature):
10
  # Get example audio file
11
  filename = librosa.ex('trumpet')