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.
- Start a new instance in Codespaces
- wait for postCreateCommand to finish.
- Clone
- Connect to Dev Container
- Wait for postCreateCommand to finish
- Must have Python 3 installed
- Clone
- run
pip3 install -r requirements.txt
- python main.py
- visit the link or
localhost:7860