Skip to content

Commit

Permalink
Add missing type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Nov 12, 2024
1 parent 05c49a7 commit ee82539
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion web-apps/flux-image-gen/gradio_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Model(BaseModel):
class AppSettings(BaseModel):
models: List[Model]
example_prompt: str = "Yoda riding a skateboard."
title = "Flux Image Generation Demo"
title: str = "Flux Image Generation Demo"



Expand Down
3 changes: 0 additions & 3 deletions web-apps/kind-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ else
TAR_PATH="./image.tar"
fi




REMOTE_TAG=$1
CLUSTER_NAME=${2:-kind}
echo Kind cluster name: $CLUSTER_NAME
Expand Down

0 comments on commit ee82539

Please sign in to comment.