Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -214,8 +214,8 @@ if __name__ == '__main__':
|
|
214 |
#'A2T': 'cpu',
|
215 |
#'Inpaint': 'cuda:0',
|
216 |
#'SoundDetection': 'cuda:0'
|
217 |
-
'Binaural': 'cuda:0',
|
218 |
-
|
219 |
#'TargetSoundDetection': 'cuda:0',
|
220 |
#'Speech_Enh_SC': 'cuda:0',
|
221 |
#'Speech_SS': 'cuda:0'
|
|
|
214 |
#'A2T': 'cpu',
|
215 |
#'Inpaint': 'cuda:0',
|
216 |
#'SoundDetection': 'cuda:0'
|
217 |
+
#'Binaural': 'cuda:0',
|
218 |
+
'SoundExtraction': 'cuda:0'
|
219 |
#'TargetSoundDetection': 'cuda:0',
|
220 |
#'Speech_Enh_SC': 'cuda:0',
|
221 |
#'Speech_SS': 'cuda:0'
|