Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -34,6 +34,7 @@ st.title('NeRF:3D volumetric rendering with NeRF')
|
|
34 |
st.markdown("Authors: [Aritra Roy Gosthipathy](https://twitter.com/ariG23498) and [Ritwik Raha](https://twitter.com/ritwik_raha)")
|
35 |
st.markdown("## Description")
|
36 |
st.markdown("[NeRF](https://arxiv.org/abs/2003.08934) proposes an ingenious way to synthesize novel views of a scene by modelling the volumetric scene function through a neural network.")
|
|
|
37 |
st.markdown("## Interactive Demo")
|
38 |
|
39 |
# download the model:
|
|
|
34 |
st.markdown("Authors: [Aritra Roy Gosthipathy](https://twitter.com/ariG23498) and [Ritwik Raha](https://twitter.com/ritwik_raha)")
|
35 |
st.markdown("## Description")
|
36 |
st.markdown("[NeRF](https://arxiv.org/abs/2003.08934) proposes an ingenious way to synthesize novel views of a scene by modelling the volumetric scene function through a neural network.")
|
37 |
+
st.markdown("")
|
38 |
st.markdown("## Interactive Demo")
|
39 |
|
40 |
# download the model:
|