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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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=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(
 
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(