Spaces:
Runtime error
Runtime error
guillermocosta
commited on
Commit
•
800e5eb
1
Parent(s):
4c18dc4
Create app.py
Browse files
app.py
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import gradio as gr
|
2 |
+
|
3 |
+
examples = [["The Moon's orbit around Earth has"], ["There once was a pineapple"]]
|
4 |
+
|
5 |
+
gr.Interface.load("huggingface/t5-base", title='translate from english to german', examples=examples).launch();
|