Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -193,10 +193,10 @@ def text_rank_summary(text, num_paragraphs=3):
|
|
193 |
|
194 |
banner_html = """
|
195 |
<div style="text-align: center;">
|
196 |
-
<img src="https://
|
197 |
</div>
|
198 |
"""
|
199 |
-
# https://raw.
|
200 |
|
201 |
|
202 |
import gradio as gr
|
|
|
193 |
|
194 |
banner_html = """
|
195 |
<div style="text-align: center;">
|
196 |
+
<img src="https://huggingface.co/spaces/camparchimedes/transcription_app/raw/main/picture.png" alt="" width="100%" height="auto">
|
197 |
</div>
|
198 |
"""
|
199 |
+
# https://raw.githubusercontent.com/camparchimedes/sw-llm/main/annex/cooltext462376124862020.png
|
200 |
|
201 |
|
202 |
import gradio as gr
|