Spaces:
Sleeping
Sleeping
Update utils/helper.py
Browse files- 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 |
|