nightfury commited on
Commit
16820ae
·
verified ·
1 Parent(s): f0ac3c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -4,9 +4,9 @@ from dotenv import load_dotenv
4
  import streamlit as st
5
  import os
6
 
7
- if os.getenv('SYSTEM') == 'spaces':
8
- subprocess.run(shlex.split('pip install --upgrade langchain'))
9
- #pip install langchain-community langchain-core'))
10
  # subprocess.run(
11
  # shlex.split(
12
  # 'pip install git+https://github.com/modelscope/modelscope.git@refs/pull/207/head'
 
4
  import streamlit as st
5
  import os
6
 
7
+ #if os.getenv('SYSTEM') == 'spaces':
8
+ # subprocess.run(shlex.split('pip install --upgrade langchain'))
9
+ #pip install langchain-community langchain-core'))
10
  # subprocess.run(
11
  # shlex.split(
12
  # 'pip install git+https://github.com/modelscope/modelscope.git@refs/pull/207/head'