hassiahk commited on
Commit
d7abeb7
1 Parent(s): 9c8dc8e

Emoji change

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