Spaces:
Runtime error
Runtime error
Commit
·
6506ca6
1
Parent(s):
3be0656
Update app.py
Browse files
app.py
CHANGED
@@ -402,8 +402,6 @@ gio = GradioInference()
|
|
402 |
title = "Media Insights"
|
403 |
description = "Your AI-powered video analytics tool"
|
404 |
theme = gr.themes.Soft(spacing_size="lg", radius_size="lg")
|
405 |
-
# .set(
|
406 |
-
# button_primary_border_radius="*radius_lg",)
|
407 |
|
408 |
block = gr.Blocks(theme=theme)
|
409 |
|
@@ -422,7 +420,7 @@ with block as demo:
|
|
422 |
)
|
423 |
with gr.Group():
|
424 |
with gr.Tab("From YouTube 📹"):
|
425 |
-
with gr.Box():
|
426 |
|
427 |
with gr.Row().style(equal_height=True):
|
428 |
size = gr.Dropdown(
|
@@ -477,7 +475,7 @@ with block as demo:
|
|
477 |
link.change(gio.populate_metadata, inputs=[link], outputs=[img, title])
|
478 |
|
479 |
with gr.Tab("From Audio file 🎙️"):
|
480 |
-
with gr.Box():
|
481 |
|
482 |
with gr.Row().style(equal_height=True):
|
483 |
size = gr.Dropdown(
|
@@ -517,7 +515,7 @@ with block as demo:
|
|
517 |
)
|
518 |
|
519 |
with gr.Tab("From Article 📋"):
|
520 |
-
with gr.Box():
|
521 |
|
522 |
with gr.Row().style(equal_height=True):
|
523 |
article = gr.Textbox(
|
|
|
402 |
title = "Media Insights"
|
403 |
description = "Your AI-powered video analytics tool"
|
404 |
theme = gr.themes.Soft(spacing_size="lg", radius_size="lg")
|
|
|
|
|
405 |
|
406 |
block = gr.Blocks(theme=theme)
|
407 |
|
|
|
420 |
)
|
421 |
with gr.Group():
|
422 |
with gr.Tab("From YouTube 📹"):
|
423 |
+
# with gr.Box():
|
424 |
|
425 |
with gr.Row().style(equal_height=True):
|
426 |
size = gr.Dropdown(
|
|
|
475 |
link.change(gio.populate_metadata, inputs=[link], outputs=[img, title])
|
476 |
|
477 |
with gr.Tab("From Audio file 🎙️"):
|
478 |
+
# with gr.Box():
|
479 |
|
480 |
with gr.Row().style(equal_height=True):
|
481 |
size = gr.Dropdown(
|
|
|
515 |
)
|
516 |
|
517 |
with gr.Tab("From Article 📋"):
|
518 |
+
# with gr.Box():
|
519 |
|
520 |
with gr.Row().style(equal_height=True):
|
521 |
article = gr.Textbox(
|