Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,5 +20,5 @@ demo = gr.Interface(fn=summarize,
|
|
20 |
title="Text summarization with distilbart-cnn",
|
21 |
description="Summarize any text using the `sshleifer/distilbart-cnn-12-6` model under the hood!"
|
22 |
)
|
23 |
-
demo.launch(
|
24 |
|
|
|
20 |
title="Text summarization with distilbart-cnn",
|
21 |
description="Summarize any text using the `sshleifer/distilbart-cnn-12-6` model under the hood!"
|
22 |
)
|
23 |
+
demo.launch()
|
24 |
|