Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,11 @@ with gr.Blocks() as demo:
|
|
126 |
|
127 |
<center> <h1>Towards Large-scale Chemical Reaction Image Parsing via a Multimodal Large Language Model<h1></center>
|
128 |
|
129 |
-
Upload a reaction image and select a predefined task prompt.
|
|
|
|
|
|
|
|
|
130 |
""")
|
131 |
|
132 |
|
|
|
126 |
|
127 |
<center> <h1>Towards Large-scale Chemical Reaction Image Parsing via a Multimodal Large Language Model<h1></center>
|
128 |
|
129 |
+
Upload a reaction image and select a predefined task prompt. Now can use a pip API version:
|
130 |
+
"pip install RxnIM
|
131 |
+
from RxnIM import RXNIM
|
132 |
+
RXNIM = RXNIM()
|
133 |
+
Results = RXNIM.process(image_file)".
|
134 |
""")
|
135 |
|
136 |
|