Insta360-Research commited on
Commit
d266148
·
verified ·
1 Parent(s): 07d80fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -53,7 +53,6 @@ examples = [
53
  "A snowy mountain village under northern lights, with cozy cabins and smoke rising from chimneys.",
54
  "A serene riverside village at dawn, with mist hovering over the water and wooden boats gently drifting.",
55
  "A vibrant autumn park with colorful falling leaves, winding paths, and a small stone bridge over a stream.",
56
- "A dramatic desert landscape with towering sand dunes, a blazing sun, and scattered oasis palms.",
57
  "A lush tropical rainforest under a gentle rain, with waterfalls cascading into crystal-clear pools and dense greenery all around."
58
  ]
59
 
@@ -102,7 +101,7 @@ with gr.Blocks(css=css) as demo:
102
 
103
  with gr.Row(elem_id="top-row"):
104
  with gr.Column(elem_id="top-panel"):
105
- result = gr.Image(label="Generated Panorama", show_label=False, type="pil", height=360)
106
  prompt = gr.Textbox(
107
  elem_id="prompt-box",
108
  placeholder="Describe your panoramic scene here...",
 
53
  "A snowy mountain village under northern lights, with cozy cabins and smoke rising from chimneys.",
54
  "A serene riverside village at dawn, with mist hovering over the water and wooden boats gently drifting.",
55
  "A vibrant autumn park with colorful falling leaves, winding paths, and a small stone bridge over a stream.",
 
56
  "A lush tropical rainforest under a gentle rain, with waterfalls cascading into crystal-clear pools and dense greenery all around."
57
  ]
58
 
 
101
 
102
  with gr.Row(elem_id="top-row"):
103
  with gr.Column(elem_id="top-panel"):
104
+ result = gr.Image(label="Generated Panorama", show_label=False, type="pil", height=800)
105
  prompt = gr.Textbox(
106
  elem_id="prompt-box",
107
  placeholder="Describe your panoramic scene here...",