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