Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,6 +50,9 @@ def predict(jobname, inputs, recycling_steps, sampling_steps, diffusion_samples)
|
|
| 50 |
# }
|
| 51 |
"""
|
| 52 |
sequences_for_msa = []
|
|
|
|
|
|
|
|
|
|
| 53 |
for chain in inputs["chains"]:
|
| 54 |
entity_type = chain["class"].lower()
|
| 55 |
sequence_data = {
|
|
|
|
| 50 |
# }
|
| 51 |
"""
|
| 52 |
sequences_for_msa = []
|
| 53 |
+
output = {
|
| 54 |
+
"sequences": []
|
| 55 |
+
}
|
| 56 |
for chain in inputs["chains"]:
|
| 57 |
entity_type = chain["class"].lower()
|
| 58 |
sequence_data = {
|