Alesteba commited on
Commit
f84cd17
·
1 Parent(s): 34510b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,9 +35,9 @@ from PIL import Image
35
 
36
  image = Image.open('./training(3).gif')
37
 
38
- 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.")
39
  st.markdown("![](https://github.com/alesteba/training_NeRF/blob/e89da9448b3993117c78532c14c7142970f0d8df/training(3).gif)")
40
- st.image(image, caption='Enter any caption here')
41
  st.markdown("## Interactive Demo")
42
 
43
  # download the model:
 
35
 
36
  image = Image.open('./training(3).gif')
37
 
38
+ 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. The network learns to model the volumetric scene, thus generating novel views (images) of the 3D scene that the model was not shown at training time.")
39
  st.markdown("![](https://github.com/alesteba/training_NeRF/blob/e89da9448b3993117c78532c14c7142970f0d8df/training(3).gif)")
40
+ st.image(image, caption='Training Steps')
41
  st.markdown("## Interactive Demo")
42
 
43
  # download the model: