Alesteba commited on
Commit
fbe6d6c
·
1 Parent(s): 5bd9083

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -38,10 +38,10 @@ contents = file.read()
38
  data_url = base64.b64encode(contents).decode('utf-8')
39
  file.close()
40
 
41
- st.markdown(
42
- f'<img src="data:image/gif;base64,{data_url}" alt="cat gif">',
43
- unsafe_allow_html=True,
44
- )
45
 
46
  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.")
47
  # st.markdown("![](https://github.com/alesteba/training_NeRF/blob/e89da9448b3993117c78532c14c7142970f0d8df/training(3).gif)")
 
38
  data_url = base64.b64encode(contents).decode('utf-8')
39
  file.close()
40
 
41
+ # st.markdown(
42
+ # f'<img src="data:image/gif;base64,{data_url}" alt="cat gif">',
43
+ # unsafe_allow_html=True,
44
+ # )
45
 
46
  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.")
47
  # st.markdown("![](https://github.com/alesteba/training_NeRF/blob/e89da9448b3993117c78532c14c7142970f0d8df/training(3).gif)")