Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -286,28 +286,6 @@ with gr.Blocks() as demo:
|
|
286 |
runfiles = gr.File(label="files to run RFAA", visible=False)
|
287 |
instructions = gr.Markdown(visible=False)
|
288 |
|
289 |
-
# reps = [
|
290 |
-
# {
|
291 |
-
# "model": 0,
|
292 |
-
# "chain": "",
|
293 |
-
# "resname": "",
|
294 |
-
# "style": "cartoon",
|
295 |
-
# "color": "alphafold",
|
296 |
-
# "residue_range": "",
|
297 |
-
# "around": 0,
|
298 |
-
# "byres": False
|
299 |
-
# },
|
300 |
-
# {
|
301 |
-
# "model": 0,
|
302 |
-
# "chain": "",
|
303 |
-
# "resname": "LG1",
|
304 |
-
# "style": "stick",
|
305 |
-
# "color": "whiteCarbon",
|
306 |
-
# "residue_range": "",
|
307 |
-
# "around": 0,
|
308 |
-
# "byres": False,
|
309 |
-
# }
|
310 |
-
# ]
|
311 |
out = Molecule3D(visible=False)
|
312 |
|
313 |
btn.click(predict, inputs=[inp, jobname, dry_run, base_config, hard_case], outputs=[config_file, runfiles, instructions, out])
|
|
|
286 |
runfiles = gr.File(label="files to run RFAA", visible=False)
|
287 |
instructions = gr.Markdown(visible=False)
|
288 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
289 |
out = Molecule3D(visible=False)
|
290 |
|
291 |
btn.click(predict, inputs=[inp, jobname, dry_run, base_config, hard_case], outputs=[config_file, runfiles, instructions, out])
|