Dorn4449 commited on
Commit
2494b1a
·
1 Parent(s): 47d5ec7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import os
2
  os.system("pip install streamlit")
3
  os.system("pip install transformers")
4
  os.system("pip install torch")
 
5
 
6
 
7
  import streamlit as st
 
2
  os.system("pip install streamlit")
3
  os.system("pip install transformers")
4
  os.system("pip install torch")
5
+ os.system("pip install einops")
6
 
7
 
8
  import streamlit as st