Spaces:
Sleeping
Sleeping
update
Browse files
app.py
CHANGED
@@ -100,8 +100,8 @@ with gr.Blocks() as app:
|
|
100 |
|
101 |
|
102 |
vsa = VisionSearchAssistant(
|
103 |
-
ground_device = "cuda:
|
104 |
-
vlm_device="cuda:
|
105 |
vlm_load_4bit=True,
|
106 |
)
|
107 |
# Launch the app
|
|
|
100 |
|
101 |
|
102 |
vsa = VisionSearchAssistant(
|
103 |
+
ground_device = "cuda:0",
|
104 |
+
vlm_device="cuda:0",
|
105 |
vlm_load_4bit=True,
|
106 |
)
|
107 |
# Launch the app
|