Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
|
@@ -2,7 +2,7 @@ import json
|
|
| 2 |
import os
|
| 3 |
from typing import Dict, List, Any
|
| 4 |
import torch
|
| 5 |
-
from transformers import
|
| 6 |
|
| 7 |
PROMPT_FORMAT= """
|
| 8 |
<|user|>
|
|
|
|
| 2 |
import os
|
| 3 |
from typing import Dict, List, Any
|
| 4 |
import torch
|
| 5 |
+
from transformers import pipeline
|
| 6 |
|
| 7 |
PROMPT_FORMAT= """
|
| 8 |
<|user|>
|