Commit
·
2587e3b
1
Parent(s):
16c0fd5
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
examples = [["
|
4 |
|
5 |
-
gr.Interface.load("huggingface/
|
|
|
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();
|