Commit
·
0d58938
1
Parent(s):
2587e3b
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
|
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)
|
|