Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -16,8 +16,8 @@ def generate_summary(input_text):
|
|
16 |
|
17 |
demo = gr.Interface(
|
18 |
fn=generate_summary,
|
19 |
-
inputs=gr.
|
20 |
-
outputs=gr.
|
21 |
title="Chào mừng đến với hệ thống tóm tắt của Minne >.<",
|
22 |
description="Enter the URL to summarize and click 'Submit' to generate the summary."
|
23 |
)
|
|
|
16 |
|
17 |
demo = gr.Interface(
|
18 |
fn=generate_summary,
|
19 |
+
inputs=gr.Textbox(lines=2, placeholder="Enter your URL..."),
|
20 |
+
outputs=gr.Textbox(label="Generated Text"),
|
21 |
title="Chào mừng đến với hệ thống tóm tắt của Minne >.<",
|
22 |
description="Enter the URL to summarize and click 'Submit' to generate the summary."
|
23 |
)
|