Spaces:
Build error
Build error
Update app.py
Browse files
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():
|