ritwikraha commited on
Commit
02d1859
·
1 Parent(s): cb208a9
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -248,7 +248,7 @@ st.title('NeRF:3D volumetric rendering with NeRF')
248
  st.markdown("Authors: [Aritra Roy Gosthipathy](https://twitter.com/ariG23498) and [Ritwik Raha](https://twitter.com/ritwik_raha)")
249
  st.markdown("## Description")
250
  st.markdown("NeRF proposes an ingenious way to synthesize novel views of a scene by modelling the volumetric scene function through a neural network.")
251
- st.markdown("![pipeline](assets/pipeline.png)")
252
  st.markdown("## Interactive Demo")
253
  # set the values of r theta phi
254
  r = 4.0
@@ -276,7 +276,7 @@ st.markdown("- [PyImageSearch NeRF 3](https://www.pyimagesearch.com/2021/11/24/c
276
 
277
  st.markdown("## Credits")
278
  st.markdown("- [PyImageSearch](https://www.pyimagesearch.com/)")
279
- st.markdown("- [JarvisLabs.ai](https://jarvislabs.ai/)")
280
 
281
 
282
 
 
248
  st.markdown("Authors: [Aritra Roy Gosthipathy](https://twitter.com/ariG23498) and [Ritwik Raha](https://twitter.com/ritwik_raha)")
249
  st.markdown("## Description")
250
  st.markdown("NeRF proposes an ingenious way to synthesize novel views of a scene by modelling the volumetric scene function through a neural network.")
251
+ st.markdown("![pipeline](https://huggingface.co/spaces/ritwikraha/NeRF/blob/main/assets/pipeline.png)")
252
  st.markdown("## Interactive Demo")
253
  # set the values of r theta phi
254
  r = 4.0
 
276
 
277
  st.markdown("## Credits")
278
  st.markdown("- [PyImageSearch](https://www.pyimagesearch.com/)")
279
+ st.markdown("- [JarvisLabs.ai GPU credits](https://jarvislabs.ai/)")
280
 
281
 
282