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

Update app.py

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