lmzjms commited on
Commit
be4ac03
1 Parent(s): 22bd1fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -190,7 +190,7 @@ class ConversationBot:
190
 
191
 
192
  if __name__ == '__main__':
193
- bot = ConversationBot({'T2I': 'cuda:0',
194
  'ImageCaptioning': 'cuda:0',
195
  'T2A': 'cuda:0',
196
  'I2A': 'cuda:0',
 
190
 
191
 
192
  if __name__ == '__main__':
193
+ bot = ConversationBot({'TTS_OOD': 'cuda:0',
194
  'ImageCaptioning': 'cuda:0',
195
  'T2A': 'cuda:0',
196
  'I2A': 'cuda:0',