camparchimedes commited on
Commit
bd9c000
·
verified ·
1 Parent(s): 042a93f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -183,10 +183,9 @@ def text_rank_summary(text, num_paragraphs=3):
183
  summary = [ranked_sentences[i][1] for i in range(num_paragraphs)] # top sentences for summary
184
  return ' '.join(summary)
185
 
186
-
187
  banner_html = """
188
  <div style="text-align: center;">
189
- <img src="https://github.com/camparchimedes/sw-llm/blob/main/annex/banner_trans.png" alt="Banner Image" width="100%" height="auto">
190
  </div>
191
  """
192
 
 
183
  summary = [ranked_sentences[i][1] for i in range(num_paragraphs)] # top sentences for summary
184
  return ' '.join(summary)
185
 
 
186
  banner_html = """
187
  <div style="text-align: center;">
188
+ <img src="https://huggingface.co/spaces/camparchimedes/transcription_app/blob/main/banner_trans.png" alt="" width="100%" height="auto">
189
  </div>
190
  """
191