paarthbhise commited on
Commit
fd70c75
·
verified ·
1 Parent(s): 3b6033d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -1,8 +1,8 @@
1
- pip install langchain
2
- pip install langchain-community
3
- pip install langchain-google-genai
4
- pip install gradio
5
- pip install huggingface_hub
6
 
7
  import os
8
  import gradio as gr
 
1
+ #!pip install langchain
2
+ #!pip install langchain-community
3
+ #!pip install langchain-google-genai
4
+ #!pip install gradio
5
+ #!pip install huggingface_hub
6
 
7
  import os
8
  import gradio as gr