Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -34,6 +34,6 @@ demo = gr.Interface(fn=summary,
|
|
34 |
outputs=[gr.Textbox(label="Summarized text",lines=4)],
|
35 |
title="@Naseem_GenAI Project 1: Text Summarizer",
|
36 |
description="THIS APPLICATION WILL BE USED TO SUMMARIZE THE TEXT")
|
37 |
-
demo.launch(
|
38 |
|
39 |
|
|
|
34 |
outputs=[gr.Textbox(label="Summarized text",lines=4)],
|
35 |
title="@Naseem_GenAI Project 1: Text Summarizer",
|
36 |
description="THIS APPLICATION WILL BE USED TO SUMMARIZE THE TEXT")
|
37 |
+
demo.launch()
|
38 |
|
39 |
|