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