Update my_model/tabs/run_inference.py
Browse files
my_model/tabs/run_inference.py
CHANGED
@@ -97,7 +97,7 @@ class InferenceRunner(StateManager):
|
|
97 |
|
98 |
# Initialize qa_history for each image
|
99 |
qa_history = image_data.get('qa_history', [])
|
100 |
-
st.
|
101 |
if image_data['analysis_done']:
|
102 |
st.session_state['loading_in_progress'] = False
|
103 |
sample_questions = config.SAMPLE_QUESTIONS.get(image_key, [])
|
|
|
97 |
|
98 |
# Initialize qa_history for each image
|
99 |
qa_history = image_data.get('qa_history', [])
|
100 |
+
st.write('analysis done ?',image_data['analysis_done'])
|
101 |
if image_data['analysis_done']:
|
102 |
st.session_state['loading_in_progress'] = False
|
103 |
sample_questions = config.SAMPLE_QUESTIONS.get(image_key, [])
|