Warvito / gradio_plotly_example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gradio + Plotly example

Build the docker image

docker build -f Dockerfile -t gradio_example .

Execute gradio+plotly code

docker run -it -p 7600:7600 gradio_example python3 animate_example.py

About


Languages

Language:Python 87.9%Language:Dockerfile 12.1%