Spaces:
Runtime error
Runtime error
Commit
·
29c0249
1
Parent(s):
ce7c8f8
Update app.py
Browse files
app.py
CHANGED
@@ -203,7 +203,7 @@ def pegasus(text):
|
|
203 |
summary = [sentence for each in summary for sentence in each]
|
204 |
final = "".join(summary)
|
205 |
|
206 |
-
return
|
207 |
|
208 |
|
209 |
import gradio as gr
|
|
|
203 |
summary = [sentence for each in summary for sentence in each]
|
204 |
final = "".join(summary)
|
205 |
|
206 |
+
return final
|
207 |
|
208 |
|
209 |
import gradio as gr
|