Spaces:
Paused
Paused
fix: remove deprecated theme parameter from Gradio Blocks constructor
Browse files- 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"
|
| 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 |
"""
|