sohail-shaikh-s07 commited on
Commit
acb45ba
·
verified ·
1 Parent(s): 51a065f

Update app.py

Browse files

added the extra text to make user stay on model.

Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -116,6 +116,10 @@ demo = gr.Interface(
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
  examples=[
121
  ["https://www.bbc.com/sport/football/articles/cvgxmzy86e4o"],
 
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"],