Spaces:
Runtime error
Runtime error
Commit
·
b13f61d
1
Parent(s):
cfdce4a
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>Media <span style="color: #
|
414 |
</div>
|
415 |
<h4 style="margin-bottom: 10px; font-size: 95%">
|
416 |
Your AI-powered video analytics tool ✨
|
@@ -436,15 +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 |
-
|
440 |
-
# with gr.Row().style(equal_height=True):
|
441 |
img = gr.Image(label="Thumbnail")
|
442 |
|
443 |
with gr.Column(variant="panel", scale=1):
|
444 |
text = gr.Textbox(
|
445 |
label="Transcription",
|
446 |
placeholder="Transcription Output...",
|
447 |
-
lines=
|
448 |
).style(show_copy_button=True)
|
449 |
|
450 |
with gr.Row().style(equal_height=True):
|
|
|
410 |
"""
|
411 |
<div style="text-align: center; max-width: 500px; margin: 0 auto;">
|
412 |
<div>
|
413 |
+
<h1 style="font-family: Work Sans, sans-serif;">Media <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")
|
440 |
|
441 |
with gr.Column(variant="panel", scale=1):
|
442 |
text = gr.Textbox(
|
443 |
label="Transcription",
|
444 |
placeholder="Transcription Output...",
|
445 |
+
lines=15,
|
446 |
).style(show_copy_button=True)
|
447 |
|
448 |
with gr.Row().style(equal_height=True):
|