Spaces:
Runtime error
Runtime error
storresbusquets
commited on
Commit
•
c1b89d5
1
Parent(s):
b13f61d
Update app.py
Browse files
app.py
CHANGED
@@ -410,7 +410,7 @@ with block as demo:
|
|
410 |
"""
|
411 |
<div style="text-align: center; max-width: 500px; margin: 0 auto;">
|
412 |
<div>
|
413 |
-
<h1 style="font-family:
|
414 |
</div>
|
415 |
<h4 style="margin-bottom: 10px; font-size: 95%">
|
416 |
Your AI-powered video analytics tool ✨
|
@@ -436,13 +436,13 @@ with block as demo:
|
|
436 |
with gr.Row().style(equal_height=True):
|
437 |
with gr.Column(variant="panel", scale=1):
|
438 |
title = gr.Label(label="Video Title")
|
439 |
-
img = gr.Image(label="Thumbnail")
|
440 |
|
441 |
with gr.Column(variant="panel", scale=1):
|
442 |
text = gr.Textbox(
|
443 |
label="Transcription",
|
444 |
placeholder="Transcription Output...",
|
445 |
-
lines=
|
446 |
).style(show_copy_button=True)
|
447 |
|
448 |
with gr.Row().style(equal_height=True):
|
@@ -599,6 +599,7 @@ with block:
|
|
599 |
<p style="margin-bottom: 10px; font-size: 90%">
|
600 |
2023 Master in Big Data & Data Science - Universidad Complutense de Madrid
|
601 |
</p>
|
|
|
602 |
</div>
|
603 |
"""
|
604 |
)
|
|
|
410 |
"""
|
411 |
<div style="text-align: center; max-width: 500px; margin: 0 auto;">
|
412 |
<div>
|
413 |
+
<h1 style="font-family: poppins, sans-serif;">MED.IA <span style="color: #433ccb;">INSIGHTS</span> 💡</h1>
|
414 |
</div>
|
415 |
<h4 style="margin-bottom: 10px; font-size: 95%">
|
416 |
Your AI-powered video analytics tool ✨
|
|
|
436 |
with gr.Row().style(equal_height=True):
|
437 |
with gr.Column(variant="panel", scale=1):
|
438 |
title = gr.Label(label="Video Title")
|
439 |
+
img = gr.Image(label="Thumbnail").style(height=350)
|
440 |
|
441 |
with gr.Column(variant="panel", scale=1):
|
442 |
text = gr.Textbox(
|
443 |
label="Transcription",
|
444 |
placeholder="Transcription Output...",
|
445 |
+
lines=20,
|
446 |
).style(show_copy_button=True)
|
447 |
|
448 |
with gr.Row().style(equal_height=True):
|
|
|
599 |
<p style="margin-bottom: 10px; font-size: 90%">
|
600 |
2023 Master in Big Data & Data Science - Universidad Complutense de Madrid
|
601 |
</p>
|
602 |
+
<img src="https://github.com/Tochers/UCM-Projects/blob/main/TFM/images/banner_notebook.png" alt="footer" style="max-width: 100%; height: auto;">
|
603 |
</div>
|
604 |
"""
|
605 |
)
|