CYF200127 commited on
Commit
c30d3d7
·
verified ·
1 Parent(s): 821e965

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
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. Full code is on https://github.com/CYF2000127/RxnIM.
 
 
 
 
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