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