Spaces:
Runtime error
Runtime error
storresbusquets
commited on
Commit
•
317f910
1
Parent(s):
d3286ef
Update app.py
Browse files
app.py
CHANGED
@@ -401,8 +401,10 @@ class GradioInference:
|
|
401 |
gio = GradioInference()
|
402 |
title = "Media Insights"
|
403 |
description = "Your AI-powered video analytics tool"
|
|
|
|
|
404 |
|
405 |
-
block = gr.Blocks(theme=
|
406 |
|
407 |
with block as demo:
|
408 |
gr.HTML(
|
|
|
401 |
gio = GradioInference()
|
402 |
title = "Media Insights"
|
403 |
description = "Your AI-powered video analytics tool"
|
404 |
+
theme = gr.themes.Soft(spacing_size="md", radius_size="md").set(
|
405 |
+
button_primary_border_radius="*radius_lg",)
|
406 |
|
407 |
+
block = gr.Blocks(theme=theme)
|
408 |
|
409 |
with block as demo:
|
410 |
gr.HTML(
|