Spaces:
Sleeping
Sleeping
un-index
commited on
Commit
·
162a435
1
Parent(s):
b7484b3
app.py
CHANGED
|
@@ -9,7 +9,7 @@ examples = [
|
|
| 9 |
]
|
| 10 |
|
| 11 |
gr.Interface.load("huggingface/EleutherAI/gpt-j-6B",
|
| 12 |
-
inputs=gr.inputs.Textbox(lines=
|
| 13 |
title=title, examples=examples).launch();
|
| 14 |
|
| 15 |
# import gradio as gr
|
|
|
|
| 9 |
]
|
| 10 |
|
| 11 |
gr.Interface.load("huggingface/EleutherAI/gpt-j-6B",
|
| 12 |
+
inputs=gr.inputs.Textbox(lines=10, label="Input Text"),
|
| 13 |
title=title, examples=examples).launch();
|
| 14 |
|
| 15 |
# import gradio as gr
|