Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -35,6 +35,6 @@ Parallel(model1, model2 ,
|
|
35 |
title = title,
|
36 |
description = description,
|
37 |
inputs = gr.inputs.Textbox(lines = 7, label = 'Input Text', placeholder = 'Please enter your dialogue text here'),
|
38 |
-
outputs=gr.outputs.Textbox(label='Summary generated')
|
39 |
examples = example,
|
40 |
theme = 'dark-peach' ).launch()
|
|
|
35 |
title = title,
|
36 |
description = description,
|
37 |
inputs = gr.inputs.Textbox(lines = 7, label = 'Input Text', placeholder = 'Please enter your dialogue text here'),
|
38 |
+
outputs=gr.outputs.Textbox(label='Summary generated'),
|
39 |
examples = example,
|
40 |
theme = 'dark-peach' ).launch()
|