Amirizaniani commited on
Commit
7439f07
·
verified ·
1 Parent(s): 8c0a72c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- from langchain import LLMChain
3
  from langchain_community.llms import CTransformers
4
  from langchain_core.prompts import PromptTemplate
5
 
 
1
  import gradio as gr
2
+ from langchain.chains import LLMChain
3
  from langchain_community.llms import CTransformers
4
  from langchain_core.prompts import PromptTemplate
5