gutai123 commited on
Commit
c50dcc9
·
verified ·
1 Parent(s): 25c9f57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -1,7 +1,7 @@
1
- pip install langchain-huggingface
2
- pip install langchain-community
3
- pip install transformers
4
- pip install streamlit
5
 
6
  import streamlit as st
7
  from langchain_huggingface import HuggingFaceLLM
 
1
+ !pip install langchain-huggingface
2
+ !pip install langchain-community
3
+ !pip install transformers
4
+ !pip install streamlit
5
 
6
  import streamlit as st
7
  from langchain_huggingface import HuggingFaceLLM