Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,6 @@ import os
|
|
2 |
# install torch and tf
|
3 |
os.system('pip install transformers SentencePiece')
|
4 |
os.system('pip install torch')
|
5 |
-
|
6 |
# pip install streamlit-chat
|
7 |
os.system('pip install streamlit-chat')
|
8 |
|
|
|
2 |
# install torch and tf
|
3 |
os.system('pip install transformers SentencePiece')
|
4 |
os.system('pip install torch')
|
|
|
5 |
# pip install streamlit-chat
|
6 |
os.system('pip install streamlit-chat')
|
7 |
|