lmzjms commited on
Commit
09300af
·
1 Parent(s): 4bacea4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -207,7 +207,8 @@ class ConversationBot:
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'
 
207
  if __name__ == '__main__':
208
  bot = ConversationBot({#'ImageCaptioning': 'cuda:0',
209
  #'T2A': 'cuda:0',
210
+ #'I2A': 'cuda:0'
211
+ 'TTS_OOD':'cuda:0'
212
  #'TTS': 'cuda:0'
213
  #'T2S': 'cuda:0'
214
  #'ASR': 'cuda:0'