Spaces:
Sleeping
Sleeping
Update Gallery.py
Browse files- pages/Gallery.py +1 -1
pages/Gallery.py
CHANGED
|
@@ -238,7 +238,7 @@ class GalleryApp:
|
|
| 238 |
st.caption("`Source: Parti-prompts`")
|
| 239 |
|
| 240 |
# show image metadata
|
| 241 |
-
image_metadatas = ['
|
| 242 |
for key in image_metadatas:
|
| 243 |
label = ' '.join(key.split('_')).capitalize()
|
| 244 |
st.write(f"**{label}**")
|
|
|
|
| 238 |
st.caption("`Source: Parti-prompts`")
|
| 239 |
|
| 240 |
# show image metadata
|
| 241 |
+
image_metadatas = ['prompt', 'negativePrompt', 'sampler', 'cfgScale', 'size', 'seed']
|
| 242 |
for key in image_metadatas:
|
| 243 |
label = ' '.join(key.split('_')).capitalize()
|
| 244 |
st.write(f"**{label}**")
|