Requested changes to the update the main file, changes with the model and requirements

#1
by thisisdev - opened
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -1,4 +1,3 @@
1
- import os
2
  import streamlit as st
3
  from transformers import AutoTokenizer, AutoModelForCausalLM
4
  from langchain.chains import LLMChain
 
 
1
  import streamlit as st
2
  from transformers import AutoTokenizer, AutoModelForCausalLM
3
  from langchain.chains import LLMChain