simonduerr commited on
Commit
fd02a13
1 Parent(s): 85bd48b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -953,6 +953,6 @@ bioRxiv 2022.06.03.494563; doi: [10.1101/2022.06.03.494563](https://doi.org/10.1
953
  )
954
 
955
 
956
- ray.init(runtime_env={"working_dir": "./af_backprop"})
957
 
958
- proteinMPNN.launch(share=True)
 
953
  )
954
 
955
 
956
+ ray.init(runtime_env={"working_dir": "./"})
957
 
958
+ proteinMPNN.launch()