m7mdal7aj commited on
Commit
7b1993c
1 Parent(s): 42aac8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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