IC4T commited on
Commit
c13f1e2
1 Parent(s): b2630ad
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@
2
  # All credit goes to `vnk8071` as I mentioned in the video.
3
  # As this code was still in the pull request while I was creating the video, did some modifications so that it works for me locally.
4
  import os
5
- os.system('pip install -e ./langchain')
6
  import gradio as gr
7
  from dotenv import load_dotenv
8
  # from langchain.callbacks.streaming_stdout import StreamingStdOutCallbackHandler
 
2
  # All credit goes to `vnk8071` as I mentioned in the video.
3
  # As this code was still in the pull request while I was creating the video, did some modifications so that it works for me locally.
4
  import os
5
+ os.system('pip install ./langchain')
6
  import gradio as gr
7
  from dotenv import load_dotenv
8
  # from langchain.callbacks.streaming_stdout import StreamingStdOutCallbackHandler