Spaces:
Sleeping
Sleeping
Update Gallery.py
Browse files- pages/Gallery.py +1 -0
pages/Gallery.py
CHANGED
@@ -290,6 +290,7 @@ class GalleryApp:
|
|
290 |
with st.spinner('Loading images...'):
|
291 |
self.gallery_standard(items, col_num, info)
|
292 |
|
|
|
293 |
def submit_actions(self, status, prompt_id):
|
294 |
if status == 'Select':
|
295 |
modelVersions = self.promptBook[self.promptBook['prompt_id'] == prompt_id]['modelVersion_id'].unique()
|
|
|
290 |
with st.spinner('Loading images...'):
|
291 |
self.gallery_standard(items, col_num, info)
|
292 |
|
293 |
+
|
294 |
def submit_actions(self, status, prompt_id):
|
295 |
if status == 'Select':
|
296 |
modelVersions = self.promptBook[self.promptBook['prompt_id'] == prompt_id]['modelVersion_id'].unique()
|