sohail-shaikh-s07 commited on
Commit
54af9ee
Β·
verified Β·
1 Parent(s): acb45ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -8
app.py CHANGED
@@ -113,14 +113,14 @@ demo = gr.Interface(
113
  ),
114
  outputs=gr.Textbox(label="Summary", lines=5),
115
  title="πŸ“° News Article Summarizer",
116
- description="""
117
- This app creates concise summaries of news articles using AI.
118
- Simply paste a URL of a news article and get a summary!
119
-
120
- ⏳ Processing Time: The summarization process typically takes 30-60 seconds, depending on article length.
121
- πŸ“Š Status Indicator: Look for "Processing" in the output box - this indicates the model is actively generating your summary.
122
- ✨ Quality Assurance: Please wait for the process to complete for the best results.
123
- """,
124
  examples=[
125
  ["https://www.bbc.com/sport/football/articles/cvgxmzy86e4o"],
126
  ["https://globalsouthworld.com/article/biden-approves-571-million-in-defense-support-for-taiwan"]
@@ -130,3 +130,4 @@ demo = gr.Interface(
130
 
131
  if __name__ == "__main__":
132
  demo.launch()
 
 
113
  ),
114
  outputs=gr.Textbox(label="Summary", lines=5),
115
  title="πŸ“° News Article Summarizer",
116
+ description="""This app creates concise summaries of news articles using AI.
117
+ Simply paste a URL of a news article and get a summary!
118
+
119
+ ⏳ Processing Time: The summarization process typically takes 30-60 seconds, depending on article length.
120
+
121
+ πŸ“Š Status Indicator: Look for "Processing" in the output box - this indicates the model is actively generating your summary.
122
+
123
+ ✨ Quality Assurance: Please wait for the process to complete for the best results.""",
124
  examples=[
125
  ["https://www.bbc.com/sport/football/articles/cvgxmzy86e4o"],
126
  ["https://globalsouthworld.com/article/biden-approves-571-million-in-defense-support-for-taiwan"]
 
130
 
131
  if __name__ == "__main__":
132
  demo.launch()
133
+