Update my_model/tabs/run_inference.py
Browse files
my_model/tabs/run_inference.py
CHANGED
@@ -168,10 +168,10 @@ class InferenceRunner(StateManager):
|
|
168 |
if self.is_model_loaded and self.settings_changed:
|
169 |
self.col1.warning("Model settings have changed, please reload the model, this will take a second .. ")
|
170 |
self.update_prev_state()
|
171 |
-
|
172 |
|
173 |
st.session_state.button_label = "Reload Model" if self.is_model_loaded and self.settings_changed else "Load Model"
|
174 |
-
|
175 |
with self.col1:
|
176 |
if st.session_state.method == "Fine-Tuned Model":
|
177 |
with st.container():
|
|
|
168 |
if self.is_model_loaded and self.settings_changed:
|
169 |
self.col1.warning("Model settings have changed, please reload the model, this will take a second .. ")
|
170 |
self.update_prev_state()
|
171 |
+
st.write("B")
|
172 |
|
173 |
st.session_state.button_label = "Reload Model" if self.is_model_loaded and self.settings_changed else "Load Model"
|
174 |
+
st.write("C")
|
175 |
with self.col1:
|
176 |
if st.session_state.method == "Fine-Tuned Model":
|
177 |
with st.container():
|