thomas0809
commited on
Commit
•
81860c4
1
Parent(s):
1d479e0
update readme and gradio version
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: 😻
|
|
4 |
colorFrom: gray
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 3.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
|
|
4 |
colorFrom: gray
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 3.34.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
app.py
CHANGED
@@ -53,7 +53,9 @@ with gr.Blocks() as demo:
|
|
53 |
It usually takes 5-10 seconds to process a diagram with this demo.
|
54 |
Check the options to run [MolScribe](https://huggingface.co/spaces/yujieq/MolScribe) and [OCR](https://huggingface.co/spaces/tomofi/EasyOCR) (it will take a longer time, of course).
|
55 |
|
56 |
-
|
|
|
|
|
57 |
|
58 |
Authors: [Yujie Qian](mailto:[email protected]), Jiang Guo, Zhengkai Tu, Connor W. Coley, Regina Barzilay. _MIT CSAIL_.
|
59 |
""")
|
|
|
53 |
It usually takes 5-10 seconds to process a diagram with this demo.
|
54 |
Check the options to run [MolScribe](https://huggingface.co/spaces/yujieq/MolScribe) and [OCR](https://huggingface.co/spaces/tomofi/EasyOCR) (it will take a longer time, of course).
|
55 |
|
56 |
+
Paper: [RxnScribe: A Sequence Generation Model for Reaction Diagram Parsing](https://pubs.acs.org/doi/10.1021/acs.jcim.3c00439)
|
57 |
+
|
58 |
+
Code: [https://github.com/thomas0809/RxnScribe](https://github.com/thomas0809/RxnScribe)
|
59 |
|
60 |
Authors: [Yujie Qian](mailto:[email protected]), Jiang Guo, Zhengkai Tu, Connor W. Coley, Regina Barzilay. _MIT CSAIL_.
|
61 |
""")
|