Update app.py
Browse files
app.py
CHANGED
@@ -175,8 +175,8 @@ class ConversationBot:
|
|
175 |
|
176 |
return gr.update(visible = True)
|
177 |
|
178 |
-
bot = ConversationBot({'Text2Image': '
|
179 |
-
'ImageCaptioning': '
|
180 |
})
|
181 |
|
182 |
with gr.Blocks(css="#chatbot {overflow:auto; height:500px;}") as demo:
|
|
|
175 |
|
176 |
return gr.update(visible = True)
|
177 |
|
178 |
+
bot = ConversationBot({'Text2Image': 'cpu',
|
179 |
+
'ImageCaptioning': 'cpu'
|
180 |
})
|
181 |
|
182 |
with gr.Blocks(css="#chatbot {overflow:auto; height:500px;}") as demo:
|