MithozZfgFB commited on
Commit
fa3a375
·
verified ·
1 Parent(s): 9ac51ae

first commit

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ examples = [["La verdad es que"], ["La educaion en America Latina es Clave para"]]
4
+
5
+ # Aquí debes crear un token en Hugging Face para usar el modelo preentrenad
6
+ gr.load('huggingface/DeepESP/gpt2-spanish', examples=examples).launch()
7
+
8
+