Alesteba commited on
Commit
833191a
·
1 Parent(s): f46394c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ image = Image.open('./training(3).gif')
38
  st.markdown("Authors: [Aritra Roy Gosthipathy](https://twitter.com/ariG23498) and [Ritwik Raha](https://twitter.com/ritwik_raha)")
39
  st.markdown("## Description")
40
  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.")
41
- st.markdown("![](https://huggingface.co/spaces/Alesteba/NeRF_ficus-pxl/raw/main/training(3).gif)")
42
  st.image(image, caption='Enter any caption here')
43
  st.markdown("## Interactive Demo")
44
 
 
38
  st.markdown("Authors: [Aritra Roy Gosthipathy](https://twitter.com/ariG23498) and [Ritwik Raha](https://twitter.com/ritwik_raha)")
39
  st.markdown("## Description")
40
  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.")
41
+ st.markdown("![](https://github.com/alesteba/training_NeRF/blob/e89da9448b3993117c78532c14c7142970f0d8df/training(3).gif)")
42
  st.image(image, caption='Enter any caption here')
43
  st.markdown("## Interactive Demo")
44