Update app.py
Browse files
app.py
CHANGED
@@ -266,14 +266,14 @@ with dyna1_app:
|
|
266 |
with gr.Row():
|
267 |
gr.Markdown("""
|
268 |
## Instructions
|
269 |
-
- Authorize access to ESM-3 by logging in to HuggingFace (
|
270 |
- Enter a protein sequence using standard amino acid letters (optional)
|
271 |
- Provide a PDB ID (e.g., "1ubq") or upload a PDB file (optional)
|
272 |
- Specify the chain ID if using a structure (default: A)
|
273 |
- Choose whether to use the sequence from the PDB structure
|
274 |
|
275 |
-
You can toggle between using the ESM-3 and ESM-2 versions of the Dyna-1 model. To run with ESM-3, make sure you already
|
276 |
-
have access to the `EvolutionaryScale/esm3-sm-open-v1` weights [here](https://huggingface.co/EvolutionaryScale/esm3-sm-open-v1)
|
277 |
|
278 |
Note: The model will automatically set up the required environment on first run.
|
279 |
|
|
|
266 |
with gr.Row():
|
267 |
gr.Markdown("""
|
268 |
## Instructions
|
269 |
+
- Authorize access to ESM-3 by logging in to HuggingFace (required for ESM-3)
|
270 |
- Enter a protein sequence using standard amino acid letters (optional)
|
271 |
- Provide a PDB ID (e.g., "1ubq") or upload a PDB file (optional)
|
272 |
- Specify the chain ID if using a structure (default: A)
|
273 |
- Choose whether to use the sequence from the PDB structure
|
274 |
|
275 |
+
You can toggle between using the ESM-3 and ESM-2 versions of the Dyna-1 model. <b>To run with ESM-3, make sure you already
|
276 |
+
have access to the `EvolutionaryScale/esm3-sm-open-v1` weights [here](https://huggingface.co/EvolutionaryScale/esm3-sm-open-v1).</b>
|
277 |
|
278 |
Note: The model will automatically set up the required environment on first run.
|
279 |
|