Spaces:
Runtime error
Runtime error
Commit
·
5f19569
1
Parent(s):
5c64f8d
Update main.py
Browse files
main.py
CHANGED
@@ -4,7 +4,6 @@ from langchain.llms import HuggingFaceHub
|
|
4 |
from langchain.chains import LLMChain
|
5 |
from langchain.prompts import PromptTemplate
|
6 |
|
7 |
-
from models import llms
|
8 |
|
9 |
class UserInterface():
|
10 |
|
|
|
4 |
from langchain.chains import LLMChain
|
5 |
from langchain.prompts import PromptTemplate
|
6 |
|
|
|
7 |
|
8 |
class UserInterface():
|
9 |
|