Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ interface = gr.Interface.load(
|
|
9 |
gr.inputs.Textbox(lines = 7, label = 'Text', placeholder = 'Enter your dialogue text here... ')
|
10 |
],
|
11 |
outputs = [
|
12 |
-
gr.outputs.Textbox(type = 'auto',label = 'Summary Generated')
|
13 |
],
|
14 |
description = description
|
15 |
)
|
|
|
9 |
gr.inputs.Textbox(lines = 7, label = 'Text', placeholder = 'Enter your dialogue text here... ')
|
10 |
],
|
11 |
outputs = [
|
12 |
+
gr.outputs.Textbox(lines = 5 , type = 'auto',label = 'Summary Generated')
|
13 |
],
|
14 |
description = description
|
15 |
)
|