p4vv37 commited on
Commit
a289cad
·
1 Parent(s): f645838

updated requirements

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def app():
34
  with gr.Blocks():
35
  with gr.Row():
36
  with gr.Column():
37
- image = gr.Image(type="pil", value="https://huggingface.co/spaces/p4vv37/Stable-zero123/resolve/main/images/bottle.png?download=true")
38
 
39
  elevation = gr.Number(label="elevation", value=0.)
40
  azimuth = gr.Number(label="azimuth", value=45.)
 
34
  with gr.Blocks():
35
  with gr.Row():
36
  with gr.Column():
37
+ image = gr.Image(type="pil")
38
 
39
  elevation = gr.Number(label="elevation", value=0.)
40
  azimuth = gr.Number(label="azimuth", value=45.)