hassiahk commited on
Commit
50ae397
1 Parent(s): 7d3d587

Diet NeRF HF Logo

Browse files
Files changed (2) hide show
  1. app.py +1 -0
  2. images/diet-nerf.png +0 -0
app.py CHANGED
@@ -36,6 +36,7 @@ if not os.path.isfile(model_path):
36
 
37
  model, state = fetch_model()
38
  pi = math.pi
 
39
  st.sidebar.header('SELECT YOUR VIEW DIRECTION')
40
  theta = st.sidebar.slider("Theta", min_value=0., max_value=2.*pi,
41
  step=0.5, value=0.)
 
36
 
37
  model, state = fetch_model()
38
  pi = math.pi
39
+ st.sidebar.image("images/diet-nerf.png", width=230)
40
  st.sidebar.header('SELECT YOUR VIEW DIRECTION')
41
  theta = st.sidebar.slider("Theta", min_value=0., max_value=2.*pi,
42
  step=0.5, value=0.)
images/diet-nerf.png ADDED