thomas0809 commited on
Commit
4e5731d
1 Parent(s): f07373b

update description

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -45,7 +45,9 @@ iface = gr.Interface(
45
  ],
46
  allow_flagging="auto",
47
  title="MolScribe",
48
- description="Convert a molecular image into SMILES and Molfile. (To view the prediction better, copy-paste the Molfile to ChemDraw.) <br> " \
 
 
49
  "Paper: [_MolScribe: Robust Molecular Structure Recognition with Image-To-Graph Generation_](https://arxiv.org/abs/2205.14311) <br>" \
50
  "Code: https://github.com/thomas0809/MolScribe <br>" \
51
  "Authors: [Yujie Qian](mailto:[email protected]), Jiang Guo, Zhengkai Tu, Zhening Li, Connor W. Coley, Regina Barzilay. _MIT CSAIL_.",
 
45
  ],
46
  allow_flagging="auto",
47
  title="MolScribe",
48
+ description="Convert a molecular image into SMILES and Molfile. (It typically takes 2-3 seconds to predict an image, "
49
+ "but may take longer if the server is busy. "
50
+ "To view the prediction better, copy-paste the Molfile to ChemDraw.) <br> " \
51
  "Paper: [_MolScribe: Robust Molecular Structure Recognition with Image-To-Graph Generation_](https://arxiv.org/abs/2205.14311) <br>" \
52
  "Code: https://github.com/thomas0809/MolScribe <br>" \
53
  "Authors: [Yujie Qian](mailto:[email protected]), Jiang Guo, Zhengkai Tu, Zhening Li, Connor W. Coley, Regina Barzilay. _MIT CSAIL_.",