Vikas1994 commited on
Commit
3766453
1 Parent(s): ead85ac

LLM with flant5 updated

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,4 +18,4 @@ question = "When was Google founded?"
18
 
19
  # print(llm.run(question))
20
  # d=LLMChain(llm=llm,prompt=prompt)
21
- st.write(LLMChain.run(question))
 
18
 
19
  # print(llm.run(question))
20
  # d=LLMChain(llm=llm,prompt=prompt)
21
+ st.write("out",LLMChain.run(question))