jibsn commited on
Commit
cbf9e0e
·
verified ·
1 Parent(s): d117a12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -120,8 +120,7 @@ iface = gr.Interface(
120
  title="化学结构OCR",
121
  description="上传一张包含化学结构的图片,获取对应的SMILES表示和分子结构图。",
122
  examples=[
123
- ["example1.jpg"], # 添加示例图片
124
- ["example2.jpg"]
125
  ]
126
  )
127
 
 
120
  title="化学结构OCR",
121
  description="上传一张包含化学结构的图片,获取对应的SMILES表示和分子结构图。",
122
  examples=[
123
+ ["example.jpg"]
 
124
  ]
125
  )
126