liamebs commited on
Commit
b66c214
1 Parent(s): fcd36fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ examples = [
61
  gradio_interface = gr.Interface(
62
  fn=generate_text,
63
  inputs=[gr.Textbox(label="Input", lines=2)]
64
- outputs=[gr.Textbox(label="Result", lines=10)]
65
  examples=examples,
66
  title="Vicuna-7B",
67
  description="Getting output from GGML-based model.",
 
61
  gradio_interface = gr.Interface(
62
  fn=generate_text,
63
  inputs=[gr.Textbox(label="Input", lines=2)]
64
+ outputs=[gr.Textbox(label="Result", lines=5)]
65
  examples=examples,
66
  title="Vicuna-7B",
67
  description="Getting output from GGML-based model.",