Tonic commited on
Commit
506bc14
·
verified ·
1 Parent(s): ba8add4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -6,9 +6,9 @@ colorTo: purple
6
  sdk: gradio
7
  sdk_version: 4.44.0
8
  app_file: app.py
9
- pinned: true
10
  license: mit
11
- short_description: 'use the ESM3 model to predict protein structures'
12
  ---
13
 
14
  To create a virtual environment on a Windows machine and run your Gradio app (`app.py`) after installing the dependencies listed in `requirements.txt`, follow these steps:
 
6
  sdk: gradio
7
  sdk_version: 4.44.0
8
  app_file: app.py
9
+ pinned: false
10
  license: mit
11
+ short_description: use the ESM3 model to predict protein structures
12
  ---
13
 
14
  To create a virtual environment on a Windows machine and run your Gradio app (`app.py`) after installing the dependencies listed in `requirements.txt`, follow these steps: