Spaces:
Build error
Build error
Emoji change
Browse files
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.
|
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 :
|
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)
|