jcudit HF Staff commited on
Commit
f272b0c
·
1 Parent(s): bb2a10f

fix: remove deprecated theme parameter from Gradio Blocks constructor

Browse files
Files changed (1) hide show
  1. src/web/app.py +1 -1
src/web/app.py CHANGED
@@ -49,7 +49,7 @@ def create_app() -> gr.Blocks:
49
  Configured Gradio Blocks app
50
  """
51
 
52
- with gr.Blocks(title="Voice Profiler", theme=gr.themes.Soft()) as app:
53
  # Header
54
  gr.Markdown(
55
  """
 
49
  Configured Gradio Blocks app
50
  """
51
 
52
+ with gr.Blocks(title="Voice Profiler") as app:
53
  # Header
54
  gr.Markdown(
55
  """