From b2bbe063be4a7671d6cc39cf2a95c52b2c4e6099 Mon Sep 17 00:00:00 2001 From: Konie Date: Tue, 10 Oct 2023 16:36:55 +0800 Subject: [PATCH] Fix cog.yaml --- cog.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cog.yaml b/cog.yaml index 5d1bf15..89b8512 100644 --- a/cog.yaml +++ b/cog.yaml @@ -40,7 +40,7 @@ build: # - "echo env is ready!" # - "echo another command if needed" -image: "image: "r8.im/konieshadow/fooocus-api" +image: "r8.im/konieshadow/fooocus-api" # predict.py defines how predictions are run on your model predict: "predict.py:Predictor"