simonduerr commited on
Commit
b345f06
β€’
1 Parent(s): 27d3bf1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -384,12 +384,13 @@ with proteindream:
384
  """## Acknowledgements
385
  This was a fun demo using Gradio, Huggingface Spaces and ColabFold as inspiration. More information about the used algorithms can be found below.
386
 
387
- All code is available on [Github]() and licensed under MIT license.
388
-
389
- - ProtGPT2: Ferruz et.al [BioRxiv](https://doi.org/10.1101/2022.03.09.483666) [Code](https://huggingface.co/nferruz/ProtGPT2)
390
- - AlphaFold2: Jumper et.al [Paper](https://doi.org/10.1038/s41586-021-03819-2) [Code](https://github.com/deepmind/alphafold) Model parameters released under CC BY 4.0
391
- - ColabFold: Mirdita et.al [Paper](https://doi.org/10.1101/2021.08.15.456425 ) [Code](https://github.com/sokrypton/ColabFold)
392
 
 
 
 
 
 
393
  Created by [@simonduerr](https://twitter.com/simonduerr)
394
  """
395
  )
 
384
  """## Acknowledgements
385
  This was a fun demo using Gradio, Huggingface Spaces and ColabFold as inspiration. More information about the used algorithms can be found below.
386
 
387
+ All code is available on [Huggingface](https://huggingface.co/spaces/simonduerr/protGPT2_gradioFold/blob/main) and licensed under MIT license.
 
 
 
 
388
 
389
+ - ProtGPT2: Ferruz et.al πŸ“„[BioRxiv](https://doi.org/10.1101/2022.03.09.483666) πŸ’»[Code](https://huggingface.co/nferruz/ProtGPT2)
390
+ - AlphaFold2: Jumper et.al πŸ“„[Paper](https://doi.org/10.1038/s41586-021-03819-2) πŸ’»[Code](https://github.com/deepmind/alphafold) Model parameters released under CC BY 4.0
391
+ - ColabFold: Mirdita et.al πŸ“„[Paper](https://doi.org/10.1101/2021.08.15.456425 ) πŸ’»[Code](https://github.com/sokrypton/ColabFold)
392
+ - 3Dmol.js: Rego & Koes πŸ“„[Paper](https://academic.oup.com/bioinformatics/article/31/8/1322/213186) πŸ’» [Code](https://github.com/3dmol/3Dmol.js)
393
+
394
  Created by [@simonduerr](https://twitter.com/simonduerr)
395
  """
396
  )