Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
utec
/
Space_JuanElola
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
juanelola
commited on
Mar 29, 2022
Commit
d341644
·
1 Parent(s):
6ebd5f8
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+5
-0
app.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
import gradio as gr
2
+
3
+
examples = [["Quisiera saber que va a suceder"], ["Uruguay es un"]]
4
+
5
+
gr.Interface.load("huggingface/DeepESP/gpt2-spanish", examples=examples, title="GPT2 Espanol").launch();