AndresAlejandro commited on
Commit
86e2c74
·
1 Parent(s): cabfd73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -401,8 +401,8 @@ class GradioInference:
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
-
406
  block = gr.Blocks(theme=theme)
407
 
408
  with block as demo:
 
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
+ theme = 'freddyaboulton/dracula_revamped'
406
  block = gr.Blocks(theme=theme)
407
 
408
  with block as demo: