zxcgqq commited on
Commit
5c69c2d
·
1 Parent(s): 333519d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ class ConversationBot:
176
  return gr.update(visible = True)
177
 
178
  bot = ConversationBot({'Text2Image': 'cuda:0',
179
- 'ImageCaptioning': 'cuda:0',
180
  })
181
 
182
  with gr.Blocks(css="#chatbot {overflow:auto; height:500px;}") as demo:
 
176
  return gr.update(visible = True)
177
 
178
  bot = ConversationBot({'Text2Image': 'cuda:0',
179
+ 'ImageCaptioning': 'cuda:0'
180
  })
181
 
182
  with gr.Blocks(css="#chatbot {overflow:auto; height:500px;}") as demo: