diff --git a/ui/easydiffusion/bucket_manager.py b/ui/easydiffusion/bucket_manager.py
index 925ced27..f14c7bc0 100644
--- a/ui/easydiffusion/bucket_manager.py
+++ b/ui/easydiffusion/bucket_manager.py
@@ -116,7 +116,7 @@ def init():
try:
image: GalleryImage = db.query(GalleryImage).filter(GalleryImage.path == image_path).first()
head = "
"
- body = f"
" + image.htmlForm() + ""
+ body = f"
" + image.htmlForm() + ""
return Response(content="" + head + body + "", media_type="text/html")
except Exception as e:
print(e)
diff --git a/ui/media/css/single-gallery.css b/ui/media/css/single-gallery.css
index 24f22e47..2427bf0b 100644
--- a/ui/media/css/single-gallery.css
+++ b/ui/media/css/single-gallery.css
@@ -35,4 +35,8 @@ button {
div {
margin: 16px;
+}
+
+:disabled {
+ color: gray;
}
\ No newline at end of file