We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c49a7 commit ee82539Copy full SHA for ee82539
web-apps/flux-image-gen/gradio_ui.py
@@ -19,7 +19,7 @@ class Model(BaseModel):
19
class AppSettings(BaseModel):
20
models: List[Model]
21
example_prompt: str = "Yoda riding a skateboard."
22
- title = "Flux Image Generation Demo"
+ title: str = "Flux Image Generation Demo"
23
24
25
web-apps/kind-images.sh
@@ -17,9 +17,6 @@ else
17
TAR_PATH="./image.tar"
18
fi
-
REMOTE_TAG=$1
CLUSTER_NAME=${2:-kind}
echo Kind cluster name: $CLUSTER_NAME
0 commit comments