orrinin commited on
Commit
cdc974d
·
verified ·
1 Parent(s): 35c1d6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -117,10 +117,10 @@ def main(text_input="", image_input=None, unit=""):
117
  return process_image(image_input,unit)
118
 
119
  EXAMPLES = [
120
- ["./docs/estate.jpeg",""],
121
- ["./docs/pop.jpeg",""],
122
- ["./docs/debt.jpeg",""],
123
- ["","中国央行表示高度关注当前债券市场变化及潜在风险,必要时会进行卖出低风险债券包括国债操作。"],
124
  ]
125
 
126
  with gr.Blocks(theme='shivi/calm_seafoam', css=css, title="知觉demo") as iface:
 
117
  return process_image(image_input,unit)
118
 
119
  EXAMPLES = [
120
+ ["./docs/estate.jpeg","",],
121
+ ["./docs/pop.jpeg","",],
122
+ ["./docs/debt.jpeg","",],
123
+ [None,"中国央行表示高度关注当前债券市场变化及潜在风险,必要时会进行卖出低风险债券包括国债操作",],
124
  ]
125
 
126
  with gr.Blocks(theme='shivi/calm_seafoam', css=css, title="知觉demo") as iface: