hassiahk commited on
Commit
4e87cfb
1 Parent(s): a850dc9

Spinner message changes

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -140,7 +140,9 @@ st.markdown("")
140
 
141
  with st.spinner("Rendering view..."):
142
  with st.spinner(
143
- "It may take around 1-2 mins. In the meantime, why don't you take a look at our [report](https://www.notion.so/DietNeRF-Putting-NeRF-on-a-Diet-4aeddae95d054f1d91686f02bdb74745) if you haven't already :)"
 
 
144
  ):
145
  dn_pred_color, _ = render_predict_from_pose(diet_nerf_state, theta, phi, radius)
146
  dn_im = predict_to_image(dn_pred_color)
 
140
 
141
  with st.spinner("Rendering view..."):
142
  with st.spinner(
143
+ "It may take around 1-2 mins. In the meantime, why don't you take a look at our "
144
+ "[project report](https://www.notion.so/DietNeRF-Putting-NeRF-on-a-Diet-4aeddae95d054f1d91686f02bdb74745), "
145
+ "if you haven't already :)"
146
  ):
147
  dn_pred_color, _ = render_predict_from_pose(diet_nerf_state, theta, phi, radius)
148
  dn_im = predict_to_image(dn_pred_color)