Spaces:
Sleeping
Sleeping
Harini4623
commited on
Commit
•
7271103
1
Parent(s):
544bab2
deleted text
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def summarize_text(article):
|
|
12 |
# Create the Gradio interface
|
13 |
iface = gr.Interface(
|
14 |
fn=summarize_text,
|
15 |
-
inputs=gr.TextArea(
|
16 |
outputs=gr.Textbox("text", placeholder="Summary will appear here...")
|
17 |
)
|
18 |
|
|
|
12 |
# Create the Gradio interface
|
13 |
iface = gr.Interface(
|
14 |
fn=summarize_text,
|
15 |
+
inputs=gr.TextArea( placeholder="Enter your article here..."),
|
16 |
outputs=gr.Textbox("text", placeholder="Summary will appear here...")
|
17 |
)
|
18 |
|