Update handler.py
Browse files- 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 |
-
|
| 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",
|