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

Update utils/helper.py

Browse files
Files changed (1) hide show
  1. utils/helper.py +5 -0
utils/helper.py CHANGED
@@ -1,6 +1,11 @@
1
  import streamlit as st
2
  import os
3
  import pandas as pd
 
 
 
 
 
4
  from together import Together
5
 
6
 
 
1
  import streamlit as st
2
  import os
3
  import pandas as pd
4
+
5
+ os.system("pip install together")
6
+ os.system("python3 -m pip install --no-cache-dir together")
7
+
8
+
9
  from together import Together
10
 
11