Update app.py
Browse files
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:
|