Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -38,4 +38,4 @@ demo = gr.Interface(fn=summarize,
|
|
38 |
outputs=[gr.Textbox(label = "Result")],
|
39 |
title="Text Summarizer with Distilbart-cnn",
|
40 |
description= "Summarize any text using the `shleifer/distilbart-cnn-12-6` model under the hood!")
|
41 |
-
demo.launch(
|
|
|
38 |
outputs=[gr.Textbox(label = "Result")],
|
39 |
title="Text Summarizer with Distilbart-cnn",
|
40 |
description= "Summarize any text using the `shleifer/distilbart-cnn-12-6` model under the hood!")
|
41 |
+
demo.launch()
|