Update app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,8 @@ def start(annotator):
|
|
136 |
|
137 |
def record_input(id, turn, annotator, alignment, quality, consistency, overall):
|
138 |
save_rating(id, turn, annotator, alignment, quality, consistency, overall)
|
139 |
-
|
|
|
140 |
|
141 |
|
142 |
# Gradio Interface
|
|
|
136 |
|
137 |
def record_input(id, turn, annotator, alignment, quality, consistency, overall):
|
138 |
save_rating(id, turn, annotator, alignment, quality, consistency, overall)
|
139 |
+
img_id, img_block1, img_block2, prompt, progress_text, turn = prepare_next_image(annotator)
|
140 |
+
return img_id, img_block1, img_block2, prompt, progress_text, turn, 5, 5, 5, 5
|
141 |
|
142 |
|
143 |
# Gradio Interface
|