lmzjms commited on
Commit
c2c1dca
·
1 Parent(s): c6938be

Update app.py

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