clfegg commited on
Commit
ea689f4
·
verified ·
1 Parent(s): 57c38eb

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -7,7 +7,7 @@ from PIL import Image
7
  from serpapi import GoogleSearch
8
  from keybert import KeyBERT
9
  from typing import Dict, Any, List
10
- import os
11
  model_id = "vikhyatk/moondream2"
12
  revision = "2024-08-26"
13
  model = AutoModelForCausalLM.from_pretrained(
 
7
  from serpapi import GoogleSearch
8
  from keybert import KeyBERT
9
  from typing import Dict, Any, List
10
+
11
  model_id = "vikhyatk/moondream2"
12
  revision = "2024-08-26"
13
  model = AutoModelForCausalLM.from_pretrained(