lamoimage commited on
Commit
0915372
·
verified ·
1 Parent(s): d7fa064

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def analyze_image(image):
19
  )
20
 
21
  # 格式化输出
22
- return f"图片描述:{en_result}\n{zh_result}\n关键字:{', '.join(keywords)}\n" # 第三行为空行保持格式
23
 
24
  # 创建 Gradio 界面
25
  demo = gr.Interface(
 
19
  )
20
 
21
  # 格式化输出
22
+ return f"图片描述:{zh_result}\n关键字:{', '.join(keywords)}\n" # 第三行为空行保持格式
23
 
24
  # 创建 Gradio 界面
25
  demo = gr.Interface(