xy4286 commited on
Commit
1336cb0
·
verified ·
1 Parent(s): 524c399

Update app.py

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