Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -236,7 +236,7 @@ def main(args):
|
|
| 236 |
location_image = gr.Image(type="pil", interactive=True, elem_id="location", elem_classes='image', visible=True)
|
| 237 |
gr.Markdown("### 2: Object Viewpoint", show_label=False, visible=True)
|
| 238 |
with gr.Row():
|
| 239 |
-
polar = gr.Slider(minimum=-
|
| 240 |
azimuth = gr.Slider(minimum=-60, maximum=90, step=-0.5, label="Azimuth angle", value=0.0, visible=True)
|
| 241 |
gr.Markdown("### 3: Text", show_label=False, visible=True)
|
| 242 |
prompt = gr.Textbox(value="on the seaside", label="Prompt", interactive=True, visible=True)
|
|
|
|
| 236 |
location_image = gr.Image(type="pil", interactive=True, elem_id="location", elem_classes='image', visible=True)
|
| 237 |
gr.Markdown("### 2: Object Viewpoint", show_label=False, visible=True)
|
| 238 |
with gr.Row():
|
| 239 |
+
polar = gr.Slider(minimum=-30, maximum=30, step=-0.5, label="Polar Angle", value=0.0, visible=True)
|
| 240 |
azimuth = gr.Slider(minimum=-60, maximum=90, step=-0.5, label="Azimuth angle", value=0.0, visible=True)
|
| 241 |
gr.Markdown("### 3: Text", show_label=False, visible=True)
|
| 242 |
prompt = gr.Textbox(value="on the seaside", label="Prompt", interactive=True, visible=True)
|