Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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')
|