lmzjms commited on
Commit
cca61c7
·
1 Parent(s): e2ad87f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -306,7 +306,9 @@ if __name__ == '__main__':
306
  'SoundDetection': 'cpu',
307
  'Binaural': 'cuda:0',
308
  'SoundExtraction': 'cuda:0',
309
- 'TargetSoundDetection': 'cuda:0'
 
 
310
  })
311
  with gr.Blocks(css="#chatbot .overflow-y-auto{height:500px}") as demo:
312
  with gr.Row():
 
306
  'SoundDetection': 'cpu',
307
  'Binaural': 'cuda:0',
308
  'SoundExtraction': 'cuda:0',
309
+ 'TargetSoundDetection': 'cuda:0',
310
+ 'Speech_Enh_SC': 'cuda:0',
311
+ 'Speech_SS': 'cuda:0'
312
  })
313
  with gr.Blocks(css="#chatbot .overflow-y-auto{height:500px}") as demo:
314
  with gr.Row():