An open API service indexing awesome lists of open source software.

https://github.com/robmarkcole/gradio-docker-demo

Demo deploy gradio app using docker
https://github.com/robmarkcole/gradio-docker-demo

Last synced: about 1 year ago
JSON representation

Demo deploy gradio app using docker

Awesome Lists containing this project

README

          

# gradio-docker-demo
Demo deploy gradio app using docker. Ref https://github.com/gradio-app/gradio/issues/24

```
docker build -t gradio-demo .

docker run -p 7860:7860 gradio-demo
```

Go to [http://localhost:7860/](http://localhost:7860/)