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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -1,5 +1,4 @@
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();
 
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)