Spaces:
Running
Running
title changed
Browse files- pages/Gallery.py +1 -1
- pages/Ranking.py +1 -1
pages/Gallery.py
CHANGED
@@ -176,7 +176,7 @@ class GalleryApp:
|
|
176 |
|
177 |
def app(self):
|
178 |
# print(st.session_state.gallery_focus)
|
179 |
-
st.write('### Model
|
180 |
with st.sidebar:
|
181 |
tagger_component('**Gallery State:**', [st.session_state.gallery_state.title()], color_name=['orange'])
|
182 |
# st.write('This is a gallery of images generated by the models')
|
|
|
176 |
|
177 |
def app(self):
|
178 |
# print(st.session_state.gallery_focus)
|
179 |
+
st.write('### Prompt-Model Retrieval')
|
180 |
with st.sidebar:
|
181 |
tagger_component('**Gallery State:**', [st.session_state.gallery_state.title()], color_name=['orange'])
|
182 |
# st.write('This is a gallery of images generated by the models')
|
pages/Ranking.py
CHANGED
@@ -264,7 +264,7 @@ class RankingApp:
|
|
264 |
self.battle_images(items, prompt_id)
|
265 |
|
266 |
def app(self):
|
267 |
-
st.write('###
|
268 |
# st.write('Here you can test out your selected images with any prompt you like. ')
|
269 |
# st.write(self.promptBook)
|
270 |
|
|
|
264 |
self.battle_images(items, prompt_id)
|
265 |
|
266 |
def app(self):
|
267 |
+
st.write('### Generative Model Ranking')
|
268 |
# st.write('Here you can test out your selected images with any prompt you like. ')
|
269 |
# st.write(self.promptBook)
|
270 |
|