Describe the bug
gradio 6 does not work with theme keyword, use gradio 5.49.1
Have you searched existing issues? 馃攷
Reproduction
...
with gr.Blocks(title=".....", theme=gr.themes.Soft(),
...
will produce the error:
[TypeError: BlockContext.init() got an unexpected keyword argument 'theme'
### Screenshot
_No response_
### Logs
```shell
System Info
Severity
I can work around it
Describe the bug
gradio 6 does not work with theme keyword, use gradio 5.49.1
Have you searched existing issues? 馃攷
Reproduction
...
with gr.Blocks(title=".....", theme=gr.themes.Soft(),
...
will produce the error:
[TypeError: BlockContext.init() got an unexpected keyword argument 'theme'
System Info
Severity
I can work around it