Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
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"),
|