Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ if not os.path.isfile(model_path):
|
|
36 |
|
37 |
model, state = fetch_model()
|
38 |
pi = math.pi
|
39 |
-
st.sidebar.image("images/diet-nerf.png", width=
|
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.)
|
|
|
36 |
|
37 |
model, state = fetch_model()
|
38 |
pi = math.pi
|
39 |
+
st.sidebar.image("images/diet-nerf.png", width=310)
|
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.)
|