Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,4 +18,4 @@ demo = gr.Interface(fn=summary,
|
|
| 18 |
outputs=[gr.Textbox(label="Summarized text",lines=4)],
|
| 19 |
title="@GenAILearniverse Project 1: Text Summarizer",
|
| 20 |
description="THIS APPLICATION WILL BE USED TO SUMMARIZE THE TEXT")
|
| 21 |
-
demo.launch(
|
|
|
|
| 18 |
outputs=[gr.Textbox(label="Summarized text",lines=4)],
|
| 19 |
title="@GenAILearniverse Project 1: Text Summarizer",
|
| 20 |
description="THIS APPLICATION WILL BE USED TO SUMMARIZE THE TEXT")
|
| 21 |
+
demo.launch()
|