Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,4 +29,4 @@ demo = gr.Interface(fn=summary,
|
|
29 |
outputs=[gr.Textbox(label="Summarized text", lines=4)],
|
30 |
title="Text Summarizer",
|
31 |
description="This application will be used to summarise the text")
|
32 |
-
demo.launch(
|
|
|
29 |
outputs=[gr.Textbox(label="Summarized text", lines=4)],
|
30 |
title="Text Summarizer",
|
31 |
description="This application will be used to summarise the text")
|
32 |
+
demo.launch()
|