marutitecblic commited on
Commit
45516de
·
verified ·
1 Parent(s): f8f3df1

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -16,7 +16,7 @@ API_TOKEN = os.getenv('API_TOKEN') # Ensure you replace this with your actual A
16
  PROCESSOR = AutoProcessor.from_pretrained(
17
  "marutitecblic/HtmlTocode",
18
  trust_remote_code=True,
19
- # token=API_TOKEN,
20
  )
21
  MODEL = AutoModelForCausalLM.from_pretrained(
22
  "marutitecblic/HtmlTocode",
 
16
  PROCESSOR = AutoProcessor.from_pretrained(
17
  "marutitecblic/HtmlTocode",
18
  trust_remote_code=True,
19
+ token=API_TOKEN,
20
  )
21
  MODEL = AutoModelForCausalLM.from_pretrained(
22
  "marutitecblic/HtmlTocode",