Spaces:
Build error
Build error
Description changes
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ radius = st.sidebar.slider(
|
|
116 |
st.markdown("")
|
117 |
|
118 |
with st.spinner("Rendering View..."):
|
119 |
-
with st.spinner("It may take 2
|
120 |
dn_pred_color, _ = render_predict_from_pose(diet_nerf_state, theta, phi, radius)
|
121 |
dn_im = predict_to_image(dn_pred_color)
|
122 |
dn_w, _ = dn_im.size
|
|
|
116 |
st.markdown("")
|
117 |
|
118 |
with st.spinner("Rendering View..."):
|
119 |
+
with st.spinner("It may take around 1-2 mins. In the meantime, take a look at our report if you haven't already"):
|
120 |
dn_pred_color, _ = render_predict_from_pose(diet_nerf_state, theta, phi, radius)
|
121 |
dn_im = predict_to_image(dn_pred_color)
|
122 |
dn_w, _ = dn_im.size
|