Skip to content

Latest commit

 

History

History

app

Use the following code to run this Lightning App locally:

1) One-time setup

conda create -n ord-app python=3.8
conda activate ord-app
pip install -r requirements.txt

2) Running the App

After setting up the environment, you can run the App as shown below.

Locally:

lightning run app app.py

On the cloud:

lightning run app app.py --cloud

You can try an interactive version at https://bit.ly/3aCgSeG.