Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 == "
|
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:
|