Spaces:
Sleeping
Sleeping
Commit
·
1d07faf
1
Parent(s):
e3759cc
Update app.py
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ app1=gr.Interface(
|
|
125 |
)
|
126 |
|
127 |
app2=gr.Interface(fn=text_to_short_summary,
|
128 |
-
inputs=
|
129 |
outputs=gr.Textbox(label="Output"))
|
130 |
|
131 |
demo = gr.TabbedInterface([app1, app2], ["Text", "Detailed_Summary"])
|
|
|
125 |
)
|
126 |
|
127 |
app2=gr.Interface(fn=text_to_short_summary,
|
128 |
+
inputs=" ",
|
129 |
outputs=gr.Textbox(label="Output"))
|
130 |
|
131 |
demo = gr.TabbedInterface([app1, app2], ["Text", "Detailed_Summary"])
|