Spaces:
Sleeping
Sleeping
Harini4623
commited on
Commit
·
8152ac2
1
Parent(s):
e6e31b2
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def summarize_text(article):
|
|
13 |
iface = gr.Interface(
|
14 |
fn=summarize_text,
|
15 |
inputs=gr.TextArea("text", placeholder="Enter your article here..."),
|
16 |
-
outputs=gr.
|
17 |
)
|
18 |
|
19 |
if __name__ == "__main__":
|
|
|
13 |
iface = gr.Interface(
|
14 |
fn=summarize_text,
|
15 |
inputs=gr.TextArea("text", placeholder="Enter your article here..."),
|
16 |
+
outputs=gr.Textbox("text", placeholder="Summary will appear here...")
|
17 |
)
|
18 |
|
19 |
if __name__ == "__main__":
|