Spaces:
Running
Running
| # ProteinMPNN + ESM | |
| You can run this repo locally with the following easy steps. | |
| In a new python environment, do: | |
| ``` | |
| pip install -r requirements.txt | |
| pip install --upgrade transformers accelerate | |
| python app.py | |
| ``` | |
| This will launch a local webserver and a share URL (`xxx.gradio.app`, helpful if running this on a cluster), open the url in your webbrowser and start designing proteins. | |