gokaygokay commited on
Commit
5bac20d
1 Parent(s): 97307a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,8 +35,8 @@ with gr.Blocks(theme='bethecloud/storj_theme') as demo:
35
  t2p_input = gr.Textbox(label="Enter your prompt", lines=3)
36
  t2p_upscale = gr.Checkbox(label="Upscale (takes about 160 seconds 6144x3072 resolution)")
37
  t2p_generate = gr.Button("Generate Panorama")
38
- with gr.Column():
39
- t2p_output = Pannellum(label="Generated 360° Panorama")
40
 
41
  with gr.Row():
42
  t2p_image_output = gr.Image(label="Generated Image")
 
35
  t2p_input = gr.Textbox(label="Enter your prompt", lines=3)
36
  t2p_upscale = gr.Checkbox(label="Upscale (takes about 160 seconds 6144x3072 resolution)")
37
  t2p_generate = gr.Button("Generate Panorama")
38
+ with gr.Column(variant="default"):
39
+ t2p_output = Pannellum(show_label=False, interactive=True)
40
 
41
  with gr.Row():
42
  t2p_image_output = gr.Image(label="Generated Image")