valeria-legaria commited on
Commit
bace09b
1 Parent(s): 0d58938

actualizacion

Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import gradio as gr
2
 
3
- from IPython.display import IFrame
4
- IFrame(src='https://hf.space/gradioiframe/abidlabs/Draw/+', width=1000, height=800)
 
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/EleutherAI/gpt-j-6B", examples=examples).launch();