ashwinbssj commited on
Commit
9e10213
·
verified ·
1 Parent(s): 0854b3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@
2
  import streamlit as st
3
 
4
 
5
- from langchian import HuggingFaceHub
6
 
7
  llm=HuggingFaceHub(repo_id="google/flan-t5-large")
8
 
 
2
  import streamlit as st
3
 
4
 
5
+ from langchain import HuggingFaceHub
6
 
7
  llm=HuggingFaceHub(repo_id="google/flan-t5-large")
8