{"library":"gradio","type":"library","category":null,"description":"Python library for building ML demo web apps. Current version is 6.10.0 (Mar 2026). Requires Python >=3.10. Three major breaking version bumps in rapid succession (3→4→5→6). The most common LLM footgun: gr.update() was removed in 4.0 — return component instances directly. Chatbot tuple format removed in 6.0 — must use messages dict format. LLMs trained before 2024 generate 3.x patterns that fail on 6.x.","language":"python","status":"active","version":"6.10.0","tags":["ml-demo","web-ui","machine-learning","nlp","computer-vision","hugging-face","chatbot"],"last_verified":"Tue Jun 09","install":[{"cmd":"pip install gradio","imports":["import gradio as gr\n\n# Simple Interface (gr.update() is gone — return values directly)\ndef greet(name, intensity):\n    return 'Hello, ' + name + '!' * intensity\n\ndemo = gr.Interface(\n    fn=greet,\n    inputs=[gr.Textbox(label='Name'), gr.Slider(1, 10, value=3)],\n    outputs=gr.Textbox(label='Greeting')\n)\ndemo.launch()"]}],"homepage":"https://www.gradio.app","github":"https://github.com/gradio-app/gradio","docs":null,"changelog":null,"pypi":"https://pypi.org/project/gradio/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":90,"avg_install_s":17.5,"avg_import_s":9.94,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/gradio/compatibility"}}