valeria-legaria
commited on
Commit
·
bace09b
1
Parent(s):
0d58938
appy
Browse filesactualizacion
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
|
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();
|