Spaces:
Runtime error
Runtime error
Commit ·
2fa01ec
1
Parent(s): 800e5eb
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
-
examples = [["
|
| 4 |
|
| 5 |
-
gr.Interface.load("huggingface/t5-base", title='
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
+
examples = [["Hello, good morning"], ["What a nice day"]]
|
| 4 |
|
| 5 |
+
gr.Interface.load("huggingface/t5-base", title='traducir de ingles a aleman', examples=examples).launch();
|