AndresAlejandro commited on
Commit
961d52b
1 Parent(s): 86e2c74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,7 +7,7 @@ import torch
7
  from wordcloud import WordCloud
8
  import re
9
  import os
10
-
11
 
12
  class GradioInference:
13
  def __init__(self):
@@ -402,7 +402,7 @@ 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:
 
7
  from wordcloud import WordCloud
8
  import re
9
  import os
10
+ from gradio.themes.utils.theme_dropdown import create_theme_dropdown
11
 
12
  class GradioInference:
13
  def __init__(self):
 
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 = 'xiaobaiyuan/theme_brief'
406
  block = gr.Blocks(theme=theme)
407
 
408
  with block as demo: