merve HF staff commited on
Commit
2bc759c
·
1 Parent(s): 33ab0d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ title = "T5 Playground"
23
  interface = gr.Interface(infer,
24
  title = title,
25
  inputs = [
26
- gr.inputs.Textbox(lines=20, label="Input"),
27
  gr.inputs.Dropdown(["Translation", "Summarization", "Linguistic Acceptibility", "Question Answering", "Other"]),
28
  ],
29
  outputs = gr.outputs.Textbox(type = "auto", label="Output"),
 
23
  interface = gr.Interface(infer,
24
  title = title,
25
  inputs = [
26
+ gr.inputs.Textbox(lines=15, label="Input"),
27
  gr.inputs.Dropdown(["Translation", "Summarization", "Linguistic Acceptibility", "Question Answering", "Other"]),
28
  ],
29
  outputs = gr.outputs.Textbox(type = "auto", label="Output"),