Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
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,
|