Spaces:
Runtime error
Runtime error
storresbusquets
commited on
Commit
•
d8e1fc4
1
Parent(s):
317f910
Update app.py
Browse files
app.py
CHANGED
@@ -401,8 +401,9 @@ class GradioInference:
|
|
401 |
gio = GradioInference()
|
402 |
title = "Media Insights"
|
403 |
description = "Your AI-powered video analytics tool"
|
404 |
-
theme = gr.themes.Soft(spacing_size="
|
405 |
-
|
|
|
406 |
|
407 |
block = gr.Blocks(theme=theme)
|
408 |
|
|
|
401 |
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 |
|