Update app.py
Browse files
app.py
CHANGED
|
@@ -132,7 +132,7 @@ def run_inference():
|
|
| 132 |
|
| 133 |
# Initialize session state for the model
|
| 134 |
|
| 135 |
-
if method == "Fine-Tuned Model"
|
| 136 |
if 'kbvqa' not in st.session_state:
|
| 137 |
st.session_state['kbvqa'] = None
|
| 138 |
|
|
|
|
| 132 |
|
| 133 |
# Initialize session state for the model
|
| 134 |
|
| 135 |
+
if method == "Fine-Tuned Model":
|
| 136 |
if 'kbvqa' not in st.session_state:
|
| 137 |
st.session_state['kbvqa'] = None
|
| 138 |
|