Spaces:
Runtime error
Runtime error
Commit
Β·
cc5f850
1
Parent(s):
67b2aab
Update pages/1_π_predict.py
Browse files- pages/1_π_predict.py +1 -2
pages/1_π_predict.py
CHANGED
|
@@ -15,8 +15,7 @@ from utils.openllmapi.exceptions import *
|
|
| 15 |
import time
|
| 16 |
from typing import List
|
| 17 |
from collections import OrderedDict
|
| 18 |
-
|
| 19 |
-
from langchain import PromptTemplate, LLMChain
|
| 20 |
|
| 21 |
tokenizer_kwargs = dict(
|
| 22 |
max_length=128,
|
|
|
|
| 15 |
import time
|
| 16 |
from typing import List
|
| 17 |
from collections import OrderedDict
|
| 18 |
+
|
|
|
|
| 19 |
|
| 20 |
tokenizer_kwargs = dict(
|
| 21 |
max_length=128,
|