storresbusquets commited on
Commit
d8e1fc4
1 Parent(s): 317f910

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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="md", radius_size="md").set(
405
- button_primary_border_radius="*radius_lg",)
 
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