Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 648 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 648 Bytes

Gradio Example Dev Container

Gradio is the fastest way to demo your machine learning model with a friendly web interface so that anyone can use it, anywhere! This repository contains a simple application and dev container to help you get started.

https://www.gradio.app/

Get Started

Codespaces

  1. Start a new instance in Codespaces
  2. wait for postCreateCommand to finish.

Dev Containers

  1. Clone
  2. Connect to Dev Container
  3. Wait for postCreateCommand to finish

Local Dev

  1. Must have Python 3 installed
  2. Clone
  3. run pip3 install -r requirements.txt

Running

  1. python main.py
  2. visit the link or localhost:7860