lmzjms commited on
Commit
c1fded2
·
1 Parent(s): 85c8fb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -205,13 +205,13 @@ class ConversationBot:
205
 
206
  if __name__ == '__main__':
207
  bot = ConversationBot({'ImageCaptioning': 'cuda:0',
208
- 'T2A': 'cuda:0',
209
- 'I2A': 'cuda:0',
210
  'TTS': 'cpu',
211
  'T2S': 'cpu',
212
  'ASR': 'cuda:0',
213
  'A2T': 'cpu',
214
- 'Inpaint': 'cuda:0',
215
  'SoundDetection': 'cpu',
216
  'Binaural': 'cuda:0',
217
  'SoundExtraction': 'cuda:0',
 
205
 
206
  if __name__ == '__main__':
207
  bot = ConversationBot({'ImageCaptioning': 'cuda:0',
208
+ #'T2A': 'cuda:0',
209
+ #'I2A': 'cuda:0',
210
  'TTS': 'cpu',
211
  'T2S': 'cpu',
212
  'ASR': 'cuda:0',
213
  'A2T': 'cpu',
214
+ #'Inpaint': 'cuda:0',
215
  'SoundDetection': 'cpu',
216
  'Binaural': 'cuda:0',
217
  'SoundExtraction': 'cuda:0',