Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -216,7 +216,7 @@ if __name__ == '__main__':
|
|
| 216 |
'SoundDetection': 'cpu',
|
| 217 |
'Binaural': 'cuda:0',
|
| 218 |
'SoundExtraction': 'cuda:0',
|
| 219 |
-
'TargetSoundDetection': '
|
| 220 |
})
|
| 221 |
with gr.Blocks(css="#chatbot {overflow:auto; height:500px;}") as demo:
|
| 222 |
gr.Markdown(_DESCRIPTION)
|
|
|
|
| 216 |
'SoundDetection': 'cpu',
|
| 217 |
'Binaural': 'cuda:0',
|
| 218 |
'SoundExtraction': 'cuda:0',
|
| 219 |
+
'TargetSoundDetection': 'cuda:0'
|
| 220 |
})
|
| 221 |
with gr.Blocks(css="#chatbot {overflow:auto; height:500px;}") as demo:
|
| 222 |
gr.Markdown(_DESCRIPTION)
|