gnumanth commited on
Commit
0a358e5
·
verified ·
1 Parent(s): 26783c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -93,7 +93,8 @@ def clear_inputs():
93
  with gr.Blocks(theme=gr.themes.Soft()) as iface:
94
  gr.Markdown(
95
  """
96
- # Text Summarization Tool
 
97
  Enter a URL, paste text, or drag & drop a file to get a summary.
98
  """
99
  )
@@ -141,8 +142,9 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
141
  # Add examples
142
  gr.Examples(
143
  examples=[
144
- ["https://example.com/article"],
145
- ["This is a sample text that needs to be summarized..."],
 
146
  ],
147
  inputs=input_text
148
  )
 
93
  with gr.Blocks(theme=gr.themes.Soft()) as iface:
94
  gr.Markdown(
95
  """
96
+ # Summarizeit
97
+ > Summarize any document!
98
  Enter a URL, paste text, or drag & drop a file to get a summary.
99
  """
100
  )
 
142
  # Add examples
143
  gr.Examples(
144
  examples=[
145
+ ["https://h3manth.com"],
146
+ ["https://www.youtube.com/watch?v=bSHp7WVpPgc"],
147
+ ["https://en.wikipedia.org/wiki/Three-body_problem"]
148
  ],
149
  inputs=input_text
150
  )