orrinin commited on
Commit
e4c8169
·
verified ·
1 Parent(s): 647f28e

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
+ ["","中国央行表示高度关注当前债券市场变化及潜在风险,必要时会进行卖出低风险债券包括国债操作。"],
124
  ]
125
 
126
  with gr.Blocks(theme='shivi/calm_seafoam', css=css, title="知觉demo") as iface: