scutcyr commited on
Commit
7556b80
·
1 Parent(s): 30d1742

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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