s03f3ff commited on
Commit
0b23c7e
·
verified ·
1 Parent(s): cef63ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ pipe2 = pipeline("summarization", model="facebook/bart-large-cnn")
7
 
8
  def launch(input):
9
  out = pipe(input)
10
- out2 = pipe2(input)
11
  return out[0]['audio']
12
 
13
  iface = gr.Interface(launch,
 
7
 
8
  def launch(input):
9
  out = pipe(input)
10
+ out2 = pipe2(out)
11
  return out[0]['audio']
12
 
13
  iface = gr.Interface(launch,