Spaces:
Build error
Build error
accept jpeg images
#22
by
deleted
- opened
app.py
CHANGED
@@ -209,7 +209,7 @@ torch.set_grad_enabled(False)
|
|
209 |
st.title("Zero123++ Demo")
|
210 |
# st.caption("For faster inference without waiting in queue, you may clone the space and run it yourself.")
|
211 |
prog = st.progress(0.0, "Idle")
|
212 |
-
pic = st.file_uploader("Upload an Image", key='imageinput', type=['png', 'jpg', 'webp'])
|
213 |
left, right = st.columns(2)
|
214 |
with left:
|
215 |
rem_input_bg = st.checkbox("Remove Input Background")
|
|
|
209 |
st.title("Zero123++ Demo")
|
210 |
# st.caption("For faster inference without waiting in queue, you may clone the space and run it yourself.")
|
211 |
prog = st.progress(0.0, "Idle")
|
212 |
+
pic = st.file_uploader("Upload an Image", key='imageinput', type=['png', 'jpg', 'webp', 'jpeg'])
|
213 |
left, right = st.columns(2)
|
214 |
with left:
|
215 |
rem_input_bg = st.checkbox("Remove Input Background")
|