Skip to content

Commit ee82539

Browse files
committed
Add missing type annotation
1 parent 05c49a7 commit ee82539

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

web-apps/flux-image-gen/gradio_ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Model(BaseModel):
1919
class AppSettings(BaseModel):
2020
models: List[Model]
2121
example_prompt: str = "Yoda riding a skateboard."
22-
title = "Flux Image Generation Demo"
22+
title: str = "Flux Image Generation Demo"
2323

2424

2525

web-apps/kind-images.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ else
1717
TAR_PATH="./image.tar"
1818
fi
1919

20-
21-
22-
2320
REMOTE_TAG=$1
2421
CLUSTER_NAME=${2:-kind}
2522
echo Kind cluster name: $CLUSTER_NAME

0 commit comments

Comments
 (0)