Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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://
|
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 |
|