Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ model2 = gr.Interface.load("huggingface/anegi/t5smallmodel",
|
|
24 |
|
25 |
Parallel(model1, model2 ,
|
26 |
title = title,
|
27 |
-
|
28 |
inputs = gr.inputs.Textbox(lines = 7, label = 'Input Text', placeholder = 'Please enter your dialogue text here'),
|
29 |
outputs= gr.outputs.Textbox(label = 'Summary generated by the model'),
|
30 |
examples = example,
|
|
|
24 |
|
25 |
Parallel(model1, model2 ,
|
26 |
title = title,
|
27 |
+
description = description,
|
28 |
inputs = gr.inputs.Textbox(lines = 7, label = 'Input Text', placeholder = 'Please enter your dialogue text here'),
|
29 |
outputs= gr.outputs.Textbox(label = 'Summary generated by the model'),
|
30 |
examples = example,
|