Update app.py
Browse files
app.py
CHANGED
@@ -177,13 +177,6 @@ class ConversationBot:
|
|
177 |
|
178 |
bot = ConversationBot({'Text2Image': 'cuda:0',
|
179 |
'ImageCaptioning': 'cuda:0',
|
180 |
-
'ImageEditing': 'cuda:0',
|
181 |
-
'VisualQuestionAnswering': 'cuda:0',
|
182 |
-
'Image2Canny': 'cpu',
|
183 |
-
'CannyText2Image': 'cuda:0',
|
184 |
-
'InstructPix2Pix': 'cuda:0',
|
185 |
-
'Image2Depth': 'cpu',
|
186 |
-
'DepthText2Image': 'cuda:0',
|
187 |
})
|
188 |
|
189 |
with gr.Blocks(css="#chatbot {overflow:auto; height:500px;}") as demo:
|
|
|
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:
|