Spaces:
Sleeping
Sleeping
Update visual_qa.py
Browse files- visual_qa.py +1 -1
visual_qa.py
CHANGED
|
@@ -151,7 +151,7 @@ def visualizer(image_path: str, question: str | None = None) -> str:
|
|
| 151 |
|
| 152 |
import requests
|
| 153 |
|
| 154 |
-
from
|
| 155 |
|
| 156 |
add_note = False
|
| 157 |
if not question:
|
|
|
|
| 151 |
|
| 152 |
import requests
|
| 153 |
|
| 154 |
+
from visual_qa import encode_image
|
| 155 |
|
| 156 |
add_note = False
|
| 157 |
if not question:
|