hassiahk commited on
Commit
3436cdf
1 Parent(s): f75cba0

Change rendering time in the Note

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,7 +142,7 @@ st.markdown("")
142
 
143
  with st.spinner("Rendering view..."):
144
  with st.spinner(
145
- ":information_source: **INFO**: It may take around 1-2 mins to render the view. "
146
  "In the meantime, why don't you take a look at our "
147
  "[project report](https://www.notion.so/DietNeRF-Putting-NeRF-on-a-Diet-4aeddae95d054f1d91686f02bdb74745), "
148
  "if you haven't already :slightly_smiling_face:"
 
142
 
143
  with st.spinner("Rendering view..."):
144
  with st.spinner(
145
+ ":information_source: **INFO**: It may take around 30-50 seconds to render the view. "
146
  "In the meantime, why don't you take a look at our "
147
  "[project report](https://www.notion.so/DietNeRF-Putting-NeRF-on-a-Diet-4aeddae95d054f1d91686f02bdb74745), "
148
  "if you haven't already :slightly_smiling_face:"