Spaces:
Runtime error
Runtime error
syurein
commited on
Commit
·
545c4bb
1
Parent(s):
d4c44f1
APIきーset
Browse files
app.py
CHANGED
|
@@ -1007,7 +1007,7 @@ async def mosaic_face(file: UploadFile = File(...)):
|
|
| 1007 |
|
| 1008 |
|
| 1009 |
|
| 1010 |
-
async def
|
| 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:
|