Spaces:
Runtime error
Runtime error
updated requirements
Browse files
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"
|
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.)
|