Update app.py
Browse files
app.py
CHANGED
|
@@ -127,10 +127,10 @@ with gr.Blocks() as demo:
|
|
| 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 |
|
|
|
|
| 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=your_image_file)".
|
| 134 |
""")
|
| 135 |
|
| 136 |
|