AliInamdar commited on
Commit
2ad5826
·
verified ·
1 Parent(s): a995acb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -5,6 +5,8 @@ from utils.helper import *
5
 
6
 
7
  os.system("pip install together")
 
 
8
 
9
  from together import Together
10
 
 
5
 
6
 
7
  os.system("pip install together")
8
+ os.system("python3 -m pip install --no-cache-dir together")
9
+
10
 
11
  from together import Together
12