minnehwg commited on
Commit
0973139
1 Parent(s): b6198c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -16,8 +16,8 @@ def generate_summary(input_text):
16
 
17
  demo = gr.Interface(
18
  fn=generate_summary,
19
- inputs=gr.inputs.Textbox(lines=2, placeholder="Enter your URL..."),
20
- outputs=gr.outputs.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
  )
 
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
  )