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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
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
 
12
 
 
6
  gr.Interface.load(
7
  "huggingface/xy4286/pegasus-samsum",
8
  inputs=gr.Textbox(lines=5, label="Input Text"),
9
+
10
  ).launch()
11
 
12