Alesteba commited on
Commit
db33a25
·
1 Parent(s): 85b4a75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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("![Alt Text](https://drive.google.com/file/d/1oC32vJZzc1YiK1ggzO_Vg6EY3j5E2aR9/view?usp=share_link)")
38
  st.markdown("## Interactive Demo")
39
 
40
  # download the model: