thomas0809
commited on
Commit
•
1d479e0
1
Parent(s):
a677d37
change color
Browse files
app.py
CHANGED
@@ -46,9 +46,9 @@ with gr.Blocks() as demo:
|
|
46 |
Extract chemical reactions from a diagram. Please upload a reaction diagram, RxnScribe will predict the reaction structures in the diagram.
|
47 |
|
48 |
The predicted reactions are visualized in separate images.
|
49 |
-
<b style="color:red">Red boxes are <
|
50 |
-
<b style="color:green">Green boxes are <
|
51 |
-
<b style="color:blue">Blue boxes are <
|
52 |
|
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).
|
|
|
46 |
Extract chemical reactions from a diagram. Please upload a reaction diagram, RxnScribe will predict the reaction structures in the diagram.
|
47 |
|
48 |
The predicted reactions are visualized in separate images.
|
49 |
+
<b style="color:red">Red boxes are <i><u style="color:red">reactants</u></i>.</b>
|
50 |
+
<b style="color:green">Green boxes are <i><u style="color:green">reaction conditions</u></i>.</b>
|
51 |
+
<b style="color:blue">Blue boxes are <i><u style="color:blue">products</u></i>.</b>
|
52 |
|
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).
|