Spaces:
Runtime error
Runtime error
Pablo Ojea Lopez
commited on
Commit
·
5136c1e
1
Parent(s):
dd7ab3e
Prueba_06
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline
|
3 |
-
import sentencepiece
|
4 |
|
5 |
# sample_text = "Lolo is singing in the rain!!"
|
6 |
|
|
|
1 |
+
from sentencepiece import *
|
2 |
import gradio as gr
|
3 |
from transformers import pipeline
|
|
|
4 |
|
5 |
# sample_text = "Lolo is singing in the rain!!"
|
6 |
|