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