Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -208,7 +208,7 @@ if __name__ == '__main__':
|
|
208 |
bot = ConversationBot({#'ImageCaptioning': 'cuda:0',
|
209 |
#'T2A': 'cuda:0',
|
210 |
#'I2A': 'cuda:0',
|
211 |
-
'TTS': '
|
212 |
#'T2S': 'cpu',
|
213 |
#'ASR': 'cuda:0',
|
214 |
#'A2T': 'cpu',
|
|
|
208 |
bot = ConversationBot({#'ImageCaptioning': 'cuda:0',
|
209 |
#'T2A': 'cuda:0',
|
210 |
#'I2A': 'cuda:0',
|
211 |
+
'TTS': 'cuda:0'
|
212 |
#'T2S': 'cpu',
|
213 |
#'ASR': 'cuda:0',
|
214 |
#'A2T': 'cpu',
|