Moibe commited on
Commit
dcffada
·
verified ·
1 Parent(s): 87d1d1b

Remove @spaces.GPU()

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  from scipy.io.wavfile import write
4
  import spaces
5
 
6
- @spaces.GPU()
7
  def inference(audio):
8
  os.makedirs("out", exist_ok=True)
9
  write('test.wav', audio[0], audio[1])
 
3
  from scipy.io.wavfile import write
4
  import spaces
5
 
6
+
7
  def inference(audio):
8
  os.makedirs("out", exist_ok=True)
9
  write('test.wav', audio[0], audio[1])