paascorb commited on
Commit
5a14e0b
1 Parent(s): 586fb7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
2
  from pathlib import Path
3
  import os
4
 
 
5
  os.system('pip install transformers')
6
  os.system('pip install --upgrade pip')
7
  os.system('pip install tensorflow')
 
2
  from pathlib import Path
3
  import os
4
 
5
+ os.system('pip install sentencepiece')
6
  os.system('pip install transformers')
7
  os.system('pip install --upgrade pip')
8
  os.system('pip install tensorflow')