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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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