Update app.py
Browse files
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:
|