Update app.py
Browse files
app.py
CHANGED
@@ -22,8 +22,8 @@ def summary(text):
|
|
22 |
#create and launch the gradio interface
|
23 |
gr.Interface(
|
24 |
fn=summary,
|
25 |
-
inputs=
|
26 |
-
outputs=
|
27 |
title="Nepali News Summarize",
|
28 |
description="Summarize the Nepali News Articles",
|
29 |
theme="compact"
|
|
|
22 |
#create and launch the gradio interface
|
23 |
gr.Interface(
|
24 |
fn=summary,
|
25 |
+
inputs="textbox",
|
26 |
+
outputs="textbox",
|
27 |
title="Nepali News Summarize",
|
28 |
description="Summarize the Nepali News Articles",
|
29 |
theme="compact"
|