Spaces:
Build error
Build error
Change info to spinner
Browse files
app.py
CHANGED
@@ -141,7 +141,7 @@ diet_nerf_model, diet_nerf_state = fetch_diet_nerf_model()
|
|
141 |
st.markdown("")
|
142 |
|
143 |
with st.spinner("Rendering view..."):
|
144 |
-
with st.
|
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), "
|
|
|
141 |
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), "
|