Spaces:
Sleeping
Sleeping
Commit
·
2d11b42
1
Parent(s):
94d2910
Update app.py
Browse files
app.py
CHANGED
@@ -14,4 +14,4 @@ demo = gr.Interface(fn=summarize,
|
|
14 |
title="Text summarization with distilbart-cnn",
|
15 |
description="Summarize any text using the `sshleifer/distilbart-cnn-12-6` model under the hood!"
|
16 |
)
|
17 |
-
demo.launch(
|
|
|
14 |
title="Text summarization with distilbart-cnn",
|
15 |
description="Summarize any text using the `sshleifer/distilbart-cnn-12-6` model under the hood!"
|
16 |
)
|
17 |
+
demo.launch()
|