Spaces:
Runtime error
Runtime error
Update hawk/conversation/conversation_video.py
Browse files
hawk/conversation/conversation_video.py
CHANGED
@@ -172,7 +172,7 @@ conv_llava_llama_2 = Conversation(
|
|
172 |
|
173 |
class Chat:
|
174 |
def __init__(self, model, vis_processor, device='cuda:0'):
|
175 |
-
self.device = "
|
176 |
self.model = model
|
177 |
self.vis_processor = vis_processor
|
178 |
self.image_vis_processor = Blip2ImageEvalProcessor()
|
|
|
172 |
|
173 |
class Chat:
|
174 |
def __init__(self, model, vis_processor, device='cuda:0'):
|
175 |
+
self.device = "cuda"
|
176 |
self.model = model
|
177 |
self.vis_processor = vis_processor
|
178 |
self.image_vis_processor = Blip2ImageEvalProcessor()
|