un-index commited on
Commit
162a435
·
1 Parent(s): b7484b3
Files changed (1) hide show
  1. app.py +1 -1
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=5, label="Input Text"),
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