append readme
Browse files
app.py
CHANGED
@@ -266,7 +266,7 @@ with dyna1_app:
|
|
266 |
with gr.Row():
|
267 |
gr.Markdown("""
|
268 |
## Instructions
|
269 |
-
- Authorize access to ESM-3 by logging in to HuggingFace (required
|
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)
|
|
|
266 |
with gr.Row():
|
267 |
gr.Markdown("""
|
268 |
## Instructions
|
269 |
+
- Authorize access to ESM-3 by logging in to HuggingFace (permissions to ESM-3 is required unless using the ESM-2 model)
|
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)
|