syurein commited on
Commit
545c4bb
·
1 Parent(s): d4c44f1

APIきーset

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1007,7 +1007,7 @@ async def mosaic_face(file: UploadFile = File(...)):
1007
 
1008
 
1009
 
1010
- async def classify_image_llm(file: UploadFile = File(...), api_key: str = None):
1011
  image_path = "./temp_image.jpg"
1012
  # アップロードされた画像を保存
1013
  with open(image_path, "wb") as buffer:
 
1007
 
1008
 
1009
 
1010
+ async def classify_image_llm2(file: UploadFile = File(...), api_key: str = None):
1011
  image_path = "./temp_image.jpg"
1012
  # アップロードされた画像を保存
1013
  with open(image_path, "wb") as buffer: