Spaces:
Runtime error
Runtime error
igashov
commited on
Commit
·
bc1ef42
1
Parent(s):
d600a06
fix
Browse files
app.py
CHANGED
@@ -207,7 +207,7 @@ with demo:
|
|
207 |
gr.Markdown('## Input Fragments')
|
208 |
gr.Markdown('Upload the file with 3D-coordinates of the input fragments in .pdb, .mol2 or .sdf format:')
|
209 |
input_file = gr.File(file_count='single', label='Input Fragments')
|
210 |
-
n_steps = gr.Slider(minimum=10, maximum=500, label="Number of
|
211 |
examples = gr.Dataset(
|
212 |
components=[gr.File(visible=False)],
|
213 |
samples=[['examples/example_1.sdf'], ['examples/example_2.sdf']],
|
|
|
207 |
gr.Markdown('## Input Fragments')
|
208 |
gr.Markdown('Upload the file with 3D-coordinates of the input fragments in .pdb, .mol2 or .sdf format:')
|
209 |
input_file = gr.File(file_count='single', label='Input Fragments')
|
210 |
+
n_steps = gr.Slider(minimum=10, maximum=500, label="Number of Denoising Steps", step=10)
|
211 |
examples = gr.Dataset(
|
212 |
components=[gr.File(visible=False)],
|
213 |
samples=[['examples/example_1.sdf'], ['examples/example_2.sdf']],
|