yusir4200 commited on
Commit
f9048df
·
verified ·
1 Parent(s): e62bedc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ def analyze_image_with_question(image_path, question):
67
 
68
  # 定义 API 请求的 HTTP 头,包括授权令牌
69
  headers = {
70
- "Authorization": "Bearer YOUR_HF_API_TOKEN" # 占位符:请替换为你的实际 HuggingFace API 访问令牌
71
  }
72
 
73
  # 向 MedGemma API 终端发送 POST 请求
 
67
 
68
  # 定义 API 请求的 HTTP 头,包括授权令牌
69
  headers = {
70
+ "Authorization": "Bearer api" # 占位符:请替换为你的实际 HuggingFace API 访问令牌
71
  }
72
 
73
  # 向 MedGemma API 终端发送 POST 请求