Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -289,13 +289,13 @@ class ConversationBot:
|
|
289 |
|
290 |
if __name__ == '__main__':
|
291 |
bot = ConversationBot({'ImageCaptioning': 'cuda:0',
|
292 |
-
'T2A': 'cuda:0',
|
293 |
-
'I2A': 'cuda:0',
|
294 |
'TTS': 'cpu',
|
295 |
'T2S': 'cpu',
|
296 |
'ASR': 'cuda:0',
|
297 |
'A2T': 'cpu',
|
298 |
-
'Inpaint': 'cuda:0',
|
299 |
'SoundDetection': 'cpu',
|
300 |
'Binaural': 'cuda:0',
|
301 |
'SoundExtraction': 'cuda:0',
|
|
|
289 |
|
290 |
if __name__ == '__main__':
|
291 |
bot = ConversationBot({'ImageCaptioning': 'cuda:0',
|
292 |
+
#'T2A': 'cuda:0',
|
293 |
+
#'I2A': 'cuda:0',
|
294 |
'TTS': 'cpu',
|
295 |
'T2S': 'cpu',
|
296 |
'ASR': 'cuda:0',
|
297 |
'A2T': 'cpu',
|
298 |
+
#'Inpaint': 'cuda:0',
|
299 |
'SoundDetection': 'cpu',
|
300 |
'Binaural': 'cuda:0',
|
301 |
'SoundExtraction': 'cuda:0',
|