Peter commited on
Commit
7a286e6
·
1 Parent(s): 24e11fd

gradio documentation wrong

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -135,7 +135,6 @@ if __name__ == "__main__":
135
  inputs=[
136
  gr.inputs.Textbox(
137
  lines=10,
138
- max_lines=30,
139
  label="input text",
140
  placeholder="Enter text to summarize, the text will be cleaned and truncated to 512 words on Spaces. Narrative, academic (both papers and lecture transcription), and article text work well.",
141
  ),
 
135
  inputs=[
136
  gr.inputs.Textbox(
137
  lines=10,
 
138
  label="input text",
139
  placeholder="Enter text to summarize, the text will be cleaned and truncated to 512 words on Spaces. Narrative, academic (both papers and lecture transcription), and article text work well.",
140
  ),