Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,6 @@ from vlm.vlm import VLM
|
|
17 |
# utils modules
|
18 |
from utils.keywords import keywords
|
19 |
from utils.prompt_toggle import select_prompt, load_prompts
|
20 |
-
from utils.documentation import create_hand_gesture_doc
|
21 |
from utils.image_caption import ImageCaption
|
22 |
|
23 |
prompts = load_prompts()
|
|
|
17 |
# utils modules
|
18 |
from utils.keywords import keywords
|
19 |
from utils.prompt_toggle import select_prompt, load_prompts
|
|
|
20 |
from utils.image_caption import ImageCaption
|
21 |
|
22 |
prompts = load_prompts()
|