Spaces:
Build error
Build error
Update app.py
Browse files
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://
|
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 |
|