ashhadahsan commited on
Commit
cc5f850
β€’
1 Parent(s): 67b2aab

Update pages/1_πŸ“ˆ_predict.py

Browse files
Files changed (1) hide show
  1. 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
- from langchain.llms import OpenLLM
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,