liamebs commited on
Commit
3fd6e5c
1 Parent(s): b66c214

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -60,8 +60,8 @@ examples = [
60
 
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.",
 
60
 
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.",