Spaces:
Runtime error
Runtime error
Update
Browse files
app.py
CHANGED
@@ -517,8 +517,8 @@ with demo:
|
|
517 |
gr.Markdown('## Input')
|
518 |
gr.Markdown('Upload the file with 3D-coordinates of the input fragments in .pdb, .mol2 or .sdf format:')
|
519 |
input_fragments_file = gr.File(file_count='single', label='Input Fragments')
|
520 |
-
gr.Markdown('
|
521 |
-
input_protein_file = gr.File(file_count='single', label='Target Protein')
|
522 |
|
523 |
n_steps = gr.Slider(minimum=50, maximum=500, label="Number of Denoising Steps", step=10)
|
524 |
n_atoms = gr.Slider(
|
|
|
517 |
gr.Markdown('## Input')
|
518 |
gr.Markdown('Upload the file with 3D-coordinates of the input fragments in .pdb, .mol2 or .sdf format:')
|
519 |
input_fragments_file = gr.File(file_count='single', label='Input Fragments')
|
520 |
+
gr.Markdown('Upload the file of the target protein in .pdb format (optionally):')
|
521 |
+
input_protein_file = gr.File(file_count='single', label='Target Protein (Optional)')
|
522 |
|
523 |
n_steps = gr.Slider(minimum=50, maximum=500, label="Number of Denoising Steps", step=10)
|
524 |
n_atoms = gr.Slider(
|