xy4286 commited on
Commit
0a39727
·
verified ·
1 Parent(s): dd6a21e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -6,7 +6,6 @@ import gradio as gr
6
  gr.Interface.load(
7
  "huggingface/xy4286/pegasus-samsum",
8
  inputs=gr.Textbox(lines=5, label="Input Text"),
9
- title="summary",
10
  description="a summary test",
11
  ).launch()
12
 
 
6
  gr.Interface.load(
7
  "huggingface/xy4286/pegasus-samsum",
8
  inputs=gr.Textbox(lines=5, label="Input Text"),
 
9
  description="a summary test",
10
  ).launch()
11