diff --git a/docs/notebooks/66_gradio.ipynb b/docs/notebooks/66_gradio.ipynb index c6dbc591a7..97b3800b5f 100644 --- a/docs/notebooks/66_gradio.ipynb +++ b/docs/notebooks/66_gradio.ipynb @@ -91,7 +91,7 @@ "demo = gr.Interface(\n", " fn=viz_cog,\n", " inputs=gr.Text(value=url, label='Enter a COG URL'),\n", - " outputs=gr.Plot().style(),\n", + " outputs=gr.Plot(),\n", ")\n", "# demo.launch()" ] diff --git a/examples/notebooks/66_gradio.ipynb b/examples/notebooks/66_gradio.ipynb index c6dbc591a7..df039ce940 100644 --- a/examples/notebooks/66_gradio.ipynb +++ b/examples/notebooks/66_gradio.ipynb @@ -91,7 +91,7 @@ "demo = gr.Interface(\n", " fn=viz_cog,\n", " inputs=gr.Text(value=url, label='Enter a COG URL'),\n", - " outputs=gr.Plot().style(),\n", + " outputs=gr.Plot(),\n", ")\n", "# demo.launch()" ] @@ -109,6 +109,18 @@ "display_name": "Python 3", "language": "python", "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.11.6" } }, "nbformat": 4,