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