Spaces:
Sleeping
Sleeping
Update app.py
Browse filesUpdate app.py with distilbart-cnn-12-6 summarization
app.py
CHANGED
|
@@ -33,4 +33,5 @@ except Exception as e:
|
|
| 33 |
title="MySmartSummary",
|
| 34 |
description="服务初始化失败"
|
| 35 |
)
|
| 36 |
-
interface.launch()
|
|
|
|
|
|
| 33 |
title="MySmartSummary",
|
| 34 |
description="服务初始化失败"
|
| 35 |
)
|
| 36 |
+
interface.launch()
|
| 37 |
+
# This is a test comment to force commit
|