soumickmj commited on
Commit
77a7388
·
1 Parent(s): 526c3e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,7 +177,7 @@ if uploaded_file is not None and process_button:
177
 
178
  # Process the tensor through the model
179
  with st.spinner('Processing the tensor through the model...'):
180
- if selected_mode == "full volume inference":
181
  st.info("Running full volume inference...")
182
  output = infer_full_vol(tensor, model)
183
  else:
 
177
 
178
  # Process the tensor through the model
179
  with st.spinner('Processing the tensor through the model...'):
180
+ if selected_mode == "Full volume inference":
181
  st.info("Running full volume inference...")
182
  output = infer_full_vol(tensor, model)
183
  else: