Spaces:
Sleeping
Sleeping
Commit
·
0f4d306
1
Parent(s):
f78dcbd
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=gr.Textbox(label="Input"),
|
129 |
outputs=gr.Textbox(label="Output"))
|
130 |
|
131 |
demo = gr.TabbedInterface([app1, app2], ["Text", "Detailed_Summary"])
|