jackdewinter/Lofi_University
0
Set up initial anaconda environment
conda create --name lofi-uni python=3.9Activate created environment
conda activate lofi-uniInstall dependencies
pip install -r requirements.txtUsage
Running a model for the first time will take a while as the model needs to be downloaded.
Run app
python -m appRun with public link
python -m app --share