lmzjms commited on
Commit
5316053
·
1 Parent(s): 85c78a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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',