torettomarui commited on
Commit
549b56e
·
verified ·
1 Parent(s): a99a59f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -40,7 +40,8 @@ def generate_response(image, text):
40
 
41
  # 添加示例图像和文本
42
  examples = [
43
- ["./text.png", "图中的文字是什么?"],
 
44
  ]
45
 
46
  iface = gr.Interface(
 
40
 
41
  # 添加示例图像和文本
42
  examples = [
43
+ ["./text.png", "图中的文字是什么?"],
44
+ ["./Birds.png", "图中有几只鸟?"],
45
  ]
46
 
47
  iface = gr.Interface(