UserWarning: The parameters have been moved from the Blocks constructor to the launch() method in Gradio 6.0: theme, css. Please pass these parameters to launch() instead.
with gr.Blocks(theme=theme, css=css, title="OmniVoice Demo") as demo:
- Running on local URL: http://0.0.0.0:8081
2026-05-09 14:03:22,571 httpx INFO: HTTP Request: GET http://localhost:8081/gradio_api/startup-events "HTTP/1.1 200 OK"
2026-05-09 14:03:24,859 httpx INFO: HTTP Request: HEAD http://localhost:8081/ "HTTP/1.1 200 OK" - To create a public link, set
share=Trueinlaunch().