Spaces:
Runtime error
Runtime error
Commit
·
d3286ef
1
Parent(s):
8b88263
Update app.py
Browse files
app.py
CHANGED
@@ -402,7 +402,7 @@ gio = GradioInference()
|
|
402 |
title = "Media Insights"
|
403 |
description = "Your AI-powered video analytics tool"
|
404 |
|
405 |
-
block = gr.Blocks(theme=gr.themes.Soft(spacing_size="md", radius_size="md")
|
406 |
|
407 |
with block as demo:
|
408 |
gr.HTML(
|
|
|
402 |
title = "Media Insights"
|
403 |
description = "Your AI-powered video analytics tool"
|
404 |
|
405 |
+
block = gr.Blocks(theme=gr.themes.Soft(spacing_size="md", radius_size="md").set(button_primary_border_radius="*radius_md"))
|
406 |
|
407 |
with block as demo:
|
408 |
gr.HTML(
|