Spaces:
Runtime error
Runtime error
Commit
·
71dd306
1
Parent(s):
5eae4b8
Update app.py
Browse files
app.py
CHANGED
@@ -398,6 +398,6 @@ with proteindream:
|
|
398 |
#seqChoice.change(fn=update_seqs, inputs=seqChoice, outputs=chosenSeq)
|
399 |
btn2.click(fn=update, inputs=chosenSeq, outputs=[mol, plot, meanpLDDT])
|
400 |
|
401 |
-
ray.init(runtime_env={"working_dir": "
|
402 |
|
403 |
proteindream.launch(share=False)
|
|
|
398 |
#seqChoice.change(fn=update_seqs, inputs=seqChoice, outputs=chosenSeq)
|
399 |
btn2.click(fn=update, inputs=chosenSeq, outputs=[mol, plot, meanpLDDT])
|
400 |
|
401 |
+
ray.init(runtime_env={"working_dir": "./alphafold"})
|
402 |
|
403 |
proteindream.launch(share=False)
|