Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -216,7 +216,7 @@ def sasa_edit(model_name, token, pdb_id, chain_id, span_start, span_end, n_sampl
|
|
216 |
return [
|
217 |
protein_prompt.sequence,
|
218 |
structure_orig_highlight,
|
219 |
-
[seq.sequence for seq in sequence_generation],
|
220 |
# [pro.sequence for pro in generated_proteins]
|
221 |
structure_new_highlight
|
222 |
]
|
@@ -291,7 +291,7 @@ sasa_app = gr.Interface(
|
|
291 |
outputs = [
|
292 |
gr.Textbox(label="Protein Prompt"),
|
293 |
Molecule3D(label="Original Structure"),
|
294 |
-
gr.Textbox(label="Generated Sequences"),
|
295 |
# gr.Textbox(label="Generated Proteins")
|
296 |
Molecule3D(label="Best Generated Structure")
|
297 |
]
|
|
|
216 |
return [
|
217 |
protein_prompt.sequence,
|
218 |
structure_orig_highlight,
|
219 |
+
# [seq.sequence for seq in sequence_generation],
|
220 |
# [pro.sequence for pro in generated_proteins]
|
221 |
structure_new_highlight
|
222 |
]
|
|
|
291 |
outputs = [
|
292 |
gr.Textbox(label="Protein Prompt"),
|
293 |
Molecule3D(label="Original Structure"),
|
294 |
+
# gr.Textbox(label="Generated Sequences"),
|
295 |
# gr.Textbox(label="Generated Proteins")
|
296 |
Molecule3D(label="Best Generated Structure")
|
297 |
]
|